@extends('layouts.app') @section('title', 'Add New School') @section('sidebar-menu') @endsection @section('content')
Add New School
@csrf
@endsection