{{ $order->id }} |
{{ $order->brand_id }} |
{{ $order->user_id }} |
{{ $order->customer_id }} |
{{ $customer->companyname }} |
{{ $customer->sign }} |
{{ $customer->name }} |
{{ $customer->vat }} |
{{ $customer->address }} |
{{ $customer->city }} |
{{ $customer->province }} |
{{ $customer->postcode }} |
{{ $customer->country }} |
{{ $customer->telephone }} |
{{ $customer->mobile }} |
{{ $customer->fax }} |
{{ $customer->email }} |
{{ $customer->language }} |
{{ $order->season_id }} |
{{ $order->season->name }} |
{{ $order->price_list_id }} |
{{ $order->season_delivery_id }} |
{{ $order->season_delivery->name }} |
{{ $order->customer_delivery_id }} |
{{ $order->customer_delivery_id !== 0 ? $delivery->receiver : $customer->name }} |
{{ $delivery->address }} |
{{ $delivery->city }} |
{{ $delivery->province }} |
{{ $delivery->postcode }} |
{{ $delivery->country }} |
{{ $order->items_qty }} |
{{ $order->subtotal }} |
{{ $order->payment_id }} |
{{ $order->payment->name }} |
{{ $order->payment_action }} |
{{ $order->payment_amount }} |
{{ $order->total }} |
{{ $order->note }} |
{{ $order->created_at }} |
{{ $order->updated_at }} |
@endforeach