--}} {{-- {{ print_r($data['account']->curr_no()) }}--}} {{----}} {{----}} @if(!isset($showDownloadButton)) @endif
{{ __("from_date"). " " . $data['from_date'] . " " . __("to_date") . " " .$data['to_date'] }}
الحساب: {{$data['account']->name}}
العملة: {{$data['account']->currency->dsc}}
{{__("#")}} | {{__("التاريخ")}} | {{__("السند")}} | {{__("البيان")}} | {{__("مدين")}} | {{__("دائن")}} | {{__("الرصيد")}} |
---|---|---|---|---|---|---|
{{++$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 . "د"}} @else {{$mount . "م"}} @endif |