@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('genders.index'), 'name' => 'الأنواع'],['name' => 'تضافة قسم' ]],['title'=> 'اضافة قسم']]; @endphp @section('title', 'اضافة قسم ') @section('content') @component('components.forms.formCard',['title' => 'اضافة معلومات القسم ']) {!! Form::open(['route' => 'genders.store','method'=>'POST' , 'onsubmit' => 'showLoader()']) !!} معلومات القسم
مفعل
اضافة قسم عودة
{!! Form::close() !!} @endcomponent @endsection