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