كشف حركات الخزنة    "{{$safe_account->payment_method->name}} -{{$bransh_name}}"

فترة: {{$dateFrom}} حتى {{$dateTo}}
الفرع: {{$bransh_name}}
المستخدم: {{$user_name}}
التاريخ: {{date("Y-m-d") }}
العملة: جنيه
@foreach( $history as $his ) @if( $his->receipt_id ) @elseif ($his->payment_voucher_id) @else @endif @if ( $his->receipt_id ) @elseif ( $his->payment_voucher_id ) @else @endif @endforeach
التاريخ البيان نوع الحركة الجهة/الطرف الفاتورة رقم سند الصرف/القبض طريقة الدفع/التحصيل وارد منصرف الرصيد قبل الرصيد بعد
{{$his->created_at}}{{$his->receipt->note1 }} {{$his->receipt->note2}} {{$his->payment_voucher->note1 }} {{$his->payment_voucher->note2}} {{$his->payment_voucher->type}} {{ $his->payment_voucher->budget_id ?$his->payment_voucher->budget->name:' ' }} {{ $his->payment_voucher->car_id ?$his->payment_voucher->car->num:' ' }} {{ $his->payment_voucher->car_expense_id ?$his->payment_voucher->car_expense->name:' ' }} {{ $his->payment_voucher->trust_id ? $his->payment_voucher->trust->name:' ' }} {{$his->descreption}} {{$his->movement_type}} {{$his->client_id ? $his->client->name : ''}} {{$his->receipt->general_name ? $his->receipt->general_name : ' '}} {{$his->payment_voucher->employee_id ? $his->payment_voucher->employee->name : $his->payment_voucher->general_name}} {{$his->invoice_id }} {{$his->receipt_id }} {{$his->payment_voucher_id }} {{$his->safe_account->payment_method->name}} -- {{$his->safe_account->branch->name}} {{$his->income}} {{$his->outcome}} {{$his->balance_before}} {{$his->balance_after}}