@extends('app') @section('content')
| Order Date | Product | Total | Tracking | Status |
|---|---|---|---|---|
| {{$order->created_at->format('d M, Y')}} |
@foreach($order->products as $product)
|
{{number_format($order->grand_total)}} TK | @if($order->courier_id==2 && $order->consignment_id) Click me! @elseif($order->courier_id==3 && $order->courier_tracking_code) Click me! @elseif($order->courier_id==1 && $order->consignment_id) Click me! @endif | {{$order->statusOrder}} |
No order found