@extends('admin.layouts.main-layout') @section('content')

Add New Law School

@if ($errors->any())
Please resolve following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @section('footerJsCode') @endsection