@php $url = env("APP_URL"); $dir="ltr"; $lang = app()->getLocale(); if ($lang == "ar") $dir="rtl"; @endphp
{{ $from_date . " من تاريخ " . $to_date . " الى تاريخ "}}
{{--من تاريخ 12/11/2022 الى تاريخ 12/11/2023
--}}الحساب: {{$account->name}}
العملة: اردني
{{__("#")}} | {{__("التاريخ")}} | {{__("السند")}} | {{__("البيان")}} | {{__("مدين")}} | {{__("دائن")}} | {{__("الرصيد")}} |
---|---|---|---|---|---|---|
{{++$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 |