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

Add School

@include('partials.alerts')
@csrf @include('schools.partials.form')
@endsection