@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('home'), 'name' => "الرئيسية"],['link' => route('years.index'), 'name' => "السنوات الدراسية"],['link' => route('years.show',$year), 'name' => "$classroom->year_name"], ['link' => route('years.classrooms.index',$year), 'name' => 'الفصول الدراسية'],['name' => 'تعديل']],['title'=> 'تعديل فصل دراسي ']]; @endphp @section('title', 'تعديل معلومات الفصل ') @section('content') @component('components.forms.formCard',['title' => 'تعديل معلومات الفصل ']) {!! Form::model($classroom, ['method' => 'PUT', 'onsubmit' => 'showLoader()','route' => ['years.classrooms.update', [$year,$classroom->id] ]]) !!} معلومات الفصل
معلومات المرحلة الخاصة بالفصل
تعديل معلومات الفصل عودة
{!! Form::close() !!} @endcomponent @endsection