@extends('layout.main_school') @section('content')
@include('liveez.pop_menu')
{!! config('app.name') !!}
{{--
1 of 3
--}}



{{ csrf_field() }} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{--
3 of 3
--}}
{{-- --}}
@endsection @section('jsscript') @endsection