@if ($errors->has('depositor_name'))
{{ $errors->first('depositor_name') }}
@endif
@if ($errors->has('depositor_mobile'))
{{ $errors->first('depositor_mobile') }}
@endif
@if ($errors->has('no_of_students'))
{{ $errors->first('no_of_students') }}
@endif
@if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif