@{{ chart_of_account.name }} - {{ ucfirst(Request::get('view')) }} {{ trans_choice('accounting::general.budget', 1) }} {{ $financial_year }}
@csrf
@for ($i = 0; $i < 12; $i++) @php $month_number = $i + 1; $id = 'month_' . $month_number; // Added the first month January starts at 1 but array indexes are zero based (start at zero) @endphp
{{ trans('accounting::general.apply_for_all') }} {{ trans_choice('accounting::lang.month', 2) }}
@endfor