@if (!empty($data->financial_year_id))
@if ($errors->has('academic_year_id'))
{{ $errors->first('academic_year_id') }}
@endif
@else
@if ($errors->has('academic_year_id'))
{{ $errors->first('academic_year_id') }}
@endif
@endif