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