@extends('edufair.layouts.master') @section('content')

{{$heading}}

{{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