@extends('layouts.app') @section('title', 'Edit School') @section('content')

Edit School

View Profile
@include('partials.alerts')
@csrf @method('PUT') @include('schools.partials.form', ['isEdit' => true])
@endsection