{{ __('ID') }} | {{ __('Date') }} | {{ __('Company') }} | {{ __('User') }} | {{ __('Phone') }} | {{ __('Vat') }} | {{ __('Shipping') }} | {{ __('Total') }} | {{ __('Actions') }} |
---|---|---|---|---|---|---|---|---|
{{ ++$id }} | {{ $order->created_at->format('d-m-y') }} | {{ $order->user->company ?? null }} | {{ $order->user->name ?? null }} | {{ $order->user->phone ?? null }} | {{ $order->vat_tax_amount ?? 0 }} | {{ $order->shipping_charges ?? 0 }} | £ {{ $order->grand_total ?? 0 }} | Canceled |
No orders found |