{{ trans('dashboard/financial_year.edit_financial_year') }}
@if($financialYear->is_active)
{{ trans('dashboard/financial_year.cannot_edit_open_year') }}
@else
@csrf @method('PUT')
@endif
@if(!$financialYear->is_active) @else @endif