{{ __('messages.admin.Accounting-report-expense-accounts') }}
@if($request->has('search'))
@endif
م | قید | تاریخ القید | رقم سند | مدین | دائن | اسم الحساب | البیان | مستند |
---|---|---|---|---|---|---|---|---|
{{ $loop->index + 1 }} | {{ $parent_transaction['id'] }} | {{ $parent_transaction['transaction_date'] }} | {{ $record['id'] }} | @convert($record['debit_amount'],0) | @convert($record['credit_amount'],0) | {{ $account['name'] }} | {{ $parent_transaction['description'] }} | 0 |
اجمالی مدین - دائن | @convert($total_debit,0) | @convert($total_credit,0) |
@if($request->has('search'))
{{ __('messages.print') }}
@endif