@foreach ($chart_of_accounts as $chart_of_account) @endforeach
{{ trans('account.account') }} {{ Request::get('year') }}
{{ $chart_of_account->name }} {{ number_format($chart_of_account->budget->yearly, 2) }}
@include('accounting::budget.modals.edit_yearly_modal')