@foreach ( $orders as $order ) @endforeach
id brand_id user_id customer_id companyname sign name vat address city province postcode country telephone mobile fax email language season_id season_name price_list_id season_delivery_id season_delivery_name customer_delivery_id receiver address city province postcode country items_qty subtotal payment_id payment_name payment_action payment_amount total note created_at updated_at
{{ $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 }}