@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('schools.index'), 'name' => "المدارس"]],['title'=> 'تعديل معلومات المدرسة']]; @endphp @section('title', 'تعديل معلومات المدرسة') @section('content') @section('vendor-style') @endsection @section('page-style') @endsection @component('components.forms.formCard',['title' => sprintf('تعديل معلومات المدرسة %s', $school->school_name)]) {!! Form::model($school,['route' => ['schools.update',$school],'method'=>'PUT' , 'onsubmit' => 'showLoader()']) !!} معلومات المدرسة
مفعل
تعديل المجمع عودة
{!! Form::close() !!} @endcomponent @endsection @section('vendor-script') @endsection @section('page-script') @endsection