@extends('admin.layout.app') @section('content')
@foreach ($recentOrders as $order) @if($order["Status"]=="PENDING") @elseif($order["Status"]=="CANCEL") @else @endif @endforeach
# Order ID Status Order By Items AprxAmt Mobile PickupPriority PickupOption Order Date&Time
{{$counter++}} {{$order["id"]}}{{$order["Status"]}}{{$order["Status"]}}{{$order["Status"]}}{{$order["UName"]}} {{$order["TotalItems"]}} {{$order["TotalAmt"]}} {{$order["Mobile"]}} {{$order["PickupPriority"]}} {{$order["PickupOption"]}} {{$order["OrderDate"]}}
@endsection @section('script') @endsection