@if((isset($sale_bill_cash) && !$sale_bill_cash->isEmpty()) || (isset($sale_bill_bank_cash) && !$sale_bill_bank_cash->isEmpty()))
| # |
المبلغ |
طريقة الدفع |
حذف |
@if(isset($sale_bill_cash) && !$sale_bill_cash->isEmpty())
@foreach($sale_bill_cash as $cash)
| {{++$j}} |
{{$cash->amount}} |
دفع كاش نقدى
( {{$cash->safe->safe_name}} )
|
|
@endforeach
@endif
@if(isset($sale_bill_bank_cash) && !$sale_bill_bank_cash->isEmpty())
@foreach($sale_bill_bank_cash as $cash)
| {{++$j}} |
{{$cash->amount}} |
دفع بنكى شبكة
( {{$cash->bank->bank_name}} )
( {{$cash->bank_check_number}} )
|
|
@endforeach
@endif
@endif
البيانات الاساسية