@if (@isset($data) && !@empty($data) && count($data) > 0) @php $i = 1; $avt = App\Models\Avt::find(1); $saleavt = $avt ? $avt->AVT : 0; @endphp
| {{ __('home.Invoice_no') }} | {{ __('home.sallerName') }} | {{ __('home.clietName') }} | {{ __('home.date') }} | {{ __('home.branch') }} | {{ __('home.total') }} | {{ __('home.paymentmethod') }} | الارسال للزكاة (Zatca) | {{ __('home.operations') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $product->id }} | {{ $product->user->name ?? '' }} | {{ $product->customer->name ?? '' }} | {{ $product->created_at }} | {{ $product->branch->name ?? '' }} | {{ $formattedTotal }} |
{{ $pay }}
@if($product->Pay == "Partition")
{{ __('report.cash') }} : {{ $totalWithTax == 0 ? __('home.return') : $totalWithTax - $product->bankamount - $product->Bank_transfer }} {{ __('report.shabka') }} : {{ $product->bankamount }} {{ __('home.Bank_transfer') }} : {{ $product->Bank_transfer }} @endif |
@if($product->sent_to_zatca == 1) {{ __('home.sent') }} @else {{ __('home.not_sent') }} @endif |