{{trans_choice('accounting::general.expenses_report',1)}} @if(!empty($start_date)) for period: {{$start_date}} to {{$end_date}} @endif
{{trans_choice('core::general.branch',1)}}: @if(!empty($data->first())) {{$data->first()->branch}} @endif | {{trans_choice('core::general.start_date',1)}}: {{$start_date}} | {{trans_choice('core::general.end_date',1)}}: {{$end_date}} |
---|---|---|
{{trans_choice('accounting::general.gl_code',1)}} | {{trans_choice('core::general.account',1)}} | {{trans_choice('accounting::general.amount',1)}} |
{{ $key->gl_code }} | {{$key->name}} | @if(!empty($dr)) {{ number_format($dr,2) }} @endif |
{{trans_choice('core::general.total',1)}} | {{number_format($debit_total,2)}} |