@if (!empty($financialReprot->report))
View
@endif
Insert File
Remove File
@if ($errors->has('report'))
{{ $errors->first('report') }}
@endif
@if ($errors->has('fiscal_year'))
{{ $errors->first('fiscal_year') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('quarter'))
{{ $errors->first('quarter') }}
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif