{{ __("from_date"). " " . $data['from_date'] . " " . __("to_date") . " " .$data['to_date'] }}
{{__("rpt_account_label")}} {{$data['account']->name}}
{{__("rpt_currency_label")}} {{$data['account']->currency->dsc}}
{{__("#")}} | {{__("date")}} | {{__("voucher")}} | {{__("rpt_desc")}} | {{__("rpt_debit")}} | {{__("rpt_credit")}} | {{__("rpt_amount")}} |
---|---|---|---|---|---|---|
{{++$key}} | {{date('Y-m-d', strtotime($voucher->vchr_date))}} | {{$voucher->vchr_no}} - {{$voucherType}} | {{Illuminate\Support\Str::limit($transaction->dsc , 40) ?? "--" }} | debit) style="color: red" @endif> {{$transaction->debit }} | credit) style="color: red" @endif> {{$transaction->credit }} | {{$mount . " " . $operation}} |
{{"المجموع"}} | {{$totalDebit}} | {{$totalCredit}} | @if($mount>0) {{$mount . __("ret_credit_character")}} @else {{$mount . __("ret_debit_character")}} @endif |