@extends('admin.layouts.container') @section('content')
{{$order->id}}
{{$order->date}}
{{$order->way->currentDescription->title}}
{{__('orders.payment_statuses.'.$order->payment_status)}}
{{$order->shipping->currentDescription->title}}
{{$order->note}}
{{$order->total_tax ?? ''}}
{{$order->shipping_cost ?? ''}}
{{$order->on_hand_cost ?? ''}}
{{$order->total_products ?? ''}}
{{$order->discount ?? ''}}
{{$order->total ?? ''}}
{{__('orders.user_statuses.'.$order->user_status)}}
{{$order->user->name ?? ''}}
{{$order->user->email ?? ''}}
{{$order->user->phone ?? ''}}
{{$order->address->address}}
{{ $order->address->country->currentDescription->title }}
{{ $order->address->city->currentDescription->title }}
{{ $row->product->code }}
{{ $row->product->currentDescription->title }}
{{ $row->product->category->currentDescription->title }}
{{ $row->product->subCategory->currentDescription->title }}
{{ $row->count}}
{{ $row->total}}