@extends('WarehouseDashboard.header.header') @section('content')
{{__('Selection')}} | {{__('ID')}} | {{__('Order Rate')}} | {{__('Order Tax')}} | {{__('user Name')}} | {{__('Phone Number')}} | {{__('Type')}} | {{__('Weight')}} | {{__('Within')}} | {{__('Status')}} | {{__('Payment Method')}} | {{__('Total Amount')}} | {{__('Created at')}} | {{__('Locations')}} | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$order->id}} | {{$order->rate}} | {{$order->tax}} | {{$order->user ? $order->user->name : null }} | {{$order->phone_number ?? null}} | {{$order->type}} | {{$order->weight}} | {{$order->within}} | {{$order->getStatusText()}} | {{$order->paymentMethod}} | {{$order->total}} | {{$order->created_at}} |