@extends('backend.superadmin.index') @section('body')
@include('layouts.message')
{{csrf_field()}}
@if($errors->first('authorized_person')) {{$errors->first('authorized_person')}} @endif
@if($errors->first('designation')) {{$errors->first('designation')}} @endif
@if($errors->first('institution')) {{$errors->first('institution')}} @endif
@if($errors->first('address')) {{$errors->first('address')}} @endif
@if($errors->first('mobile')) {{$errors->first('mobile')}} @endif
@if($errors->first('email_address')) {{$errors->first('email_address')}} @endif
@endsection