@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()']) !!}