@extends('admin.admin_master') @section('content-header', 'Add FinancialReprot') @section('content')
@if ($errors->has('title_en'))
{{ $errors->first('title_en') }}
@endif
@if ($errors->has('title_np'))
{{ $errors->first('title_np') }}
@endif
$FILEEXISTS$
Insert File Remove File @if ($errors->has('report')) {{ $errors->first('report') }} @endif
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('quarter'))
{{ $errors->first('quarter') }}
@endif
@if ($errors->has('fiscal_year')) {{ $errors->first('fiscal_year') }} @endif
{{ csrf_field() }}
@endsection