@extends('admin.admin_master') @section('content-header', 'Add 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() }}
@endsection