@extends('admin.layouts.container') @section('content')
{{$order->id}}
{{$order->created_date}}
{{$order->date}}
{{$order->recieve_date}}
{{$order->way->currentDescription->title}}
{{$order->total_products ?? '0'}}
{{$order->total_tax ?? '0'}}
{{$order->total_products + $order->total_tax}}
{{$order->shipping_cost ?? '0'}}
{{$order->on_hand_cost ?? '0'}}
{{$order->discount ?? '0'}}
{{$order->discount_offer ?? '0'}}
{{$order->total ?? '0'}}
{{__('users.roles.'.$order->user_status)}}
{{$order->user->name ?? ''}}
{{$order->user->email ?? ''}}
{{$order->user->phone ?? ''}}
{{$order->address->user_name}}
{{$order->address->phone}}
{{$order->address->address}}
{{ $order->address->country->currentDescription->title }}
{{ $order->address->region->currentDescription->title }}
{{ $order->address->city->currentDescription->title }}
{{ $row->product->currentDescription->title }} {{$row->option_id ? (' - '.$row->option->currentDescription->title ) : '' }}
{{ $row->product->category->currentDescription->title }}
{{ $row->product->subCategory->currentDescription->title }}
{{ $row->count}}
{{ $row->total}}