@extends('sysadmin.layouts.app') @section('post-header') @endsection @section('custom-css') @endsection @section('content')
| ID | Total | Transport Cost | Restaurant Name | Address | Address Details | Date | Delivery Time | Transport Type | Courier Name | Status{{-- | Edit--}} | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $order->orderID }} | {{ $order->total }} | {{ $order->transportCost }} | {{ $order->restaurantName }} | {{ $order->address ? $order->address : "-" }} | {{ $order->addressDetails ? $order->addressDetails : "-" }} | {{ date("m/d/Y", strtotime($order->date))}} | {{ $order->deliverytime }} | @if($order->courierUser->transportType == 0) Bicycle @elseif ($order->courierUser->transportType == 1) Motocycle @else Auto @endif | {{-- {{ $order->courierUser->name ? $order->courierUser->name : 'Select Courier' }}--}} | {{-- | --}} {{----}} {{----}} {{----}} {{----}} |