@extends('admin.admin_master') @section('content-header', 'Edit FinancialReprot') @section('content')
@if ($errors->has('title_en'))
{{ $errors->first('title_en') }}
@endif
@if ($errors->has('title_np'))
{{ $errors->first('title_np') }}
@endif
@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
{!! csrf_field() !!} {!! method_field('PATCH') !!}
@endsection