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