@lang('account.account') | {{$fy_year}} |
---|---|
{{$account_type_detail['label']}} | |
{{$account->name}} | @if(!is_null($account_budget) && !is_null($account_budget->yearly)) {{@num_format($account_budget->yearly)}} @else 0 @endif |
@lang('sale.total') | {{@num_format($budget->whereIn('accounting_account_id', $account_ids)->sum('yearly'))}} |
@lang('lang_v1.grand_total') | {{@num_format($budget->sum('yearly'))}} |