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

@yield('title')

{!! csrf_field() !!}
{{__('Label.CANCEL')}}
@endsection @push('scripts') @endpush