{{ __('main.online_orders') }}
@foreach ($orders as $item) @endforeach
# {{ __('main.invoice') }} {{ __('main.customer') }} {{ __('main.sub_total') }} {{ __('main.total') }} {{ __('main.actions') }}
{{ $loop->index + 1 }}
#{{ $item->order_number }}
{{ \Carbon\Carbon::parse($item->date)->format('d/m/Y') }}
{{ $item->branch->name }}
{{ $item->customer_file_number }}
{{ $item->customer_name }}
{{ __('main.taxable') }}:
{{ getFormattedCurrency($item->taxable_amount) }}
{{ __('main.tax') }}:
{{ getFormattedCurrency($item->tax_amount) }}
{{ __('main.total') }}:
{{ getFormattedCurrency($item->total) }}
{{ __('main.view_bill') }}
@if ($hasMorePages)
Loading...
Loading...
@endif
@if (count($orders) == 0) @endif