@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