@extends('admin.admin_master') @section('content-header', 'Edit FiscalYear') @section('content')
@if ($errors->has('fiscalyear_en')) {{ $errors->first('fiscalyear_en') }} @endif
@if ($errors->has('fiscalyear_np')) {{ $errors->first('fiscalyear_np') }} @endif
{!! csrf_field() !!} {!! method_field('PATCH') !!}
@endsection