@extends('dispatch.layout') @push('dispatch-css') @php $value=web_map_settings(); @endphp @if($value=="open_street") @endpush @section('dispatch-content') @include('dispatch.header') {{-- Book Now --}} @include('dispatch.book-now') {{-- Book Later --}} {{-- @include('dispatch.book-later') --}} @lang('view_pages.legend') {{-- List requests --}} Orders Bol Woocommerce Manual Sort Ascending Sort Descending Show All Orders Show Shipped Orders Delivered: {{ $statusCounts['delivered'] }} Pending: {{ $statusCounts['pending'] }} Cancelled: {{ $statusCounts['cancelled'] }} @csrf Order ID Address Order Placed Date Payment Method Quantity Status Order From @foreach($orders as $item) {{ $item['id']??'' }} {{ $item['shipping_address']??'' }} {{ $item['created_date']??'' }} {{ $item['payment_method']??'' }} {{ $item['quantity']??0 }} {{ $item['status']??'' }} {{ $item['order_type']??'' }} @endforeach {{ $orders->links() }} Submit @endsection @push('dispatch-js') @stack('booking-scripts') @endpush @elseif($value=="google") @endpush @section('dispatch-content') @include('dispatch.header') {{-- Book Now --}} @include('dispatch.book-now') {{-- Book Later --}} {{-- @include('dispatch.book-later') --}} @lang('view_pages.legend') {{-- List requests --}} Orders Bol Woocommerce Manual Sort Ascending Sort Descending Show All Orders Show Shipped Orders Delivered: {{ $statusCounts['delivered'] }} Pending: {{ $statusCounts['pending'] }} Cancelled: {{ $statusCounts['cancelled'] }} @csrf Order ID Address Order Placed Date Payment Method Quantity Status Order From @foreach($orders as $item) {{ $item['id']??'' }} {{ $item['shipping_address']??'' }} {{ $item['created_date']??'' }} {{ $item['payment_method']??'' }} {{ $item['quantity']??0 }} {{ $item['status']??'' }} {{ $item['order_type']??'' }} @endforeach {{ $orders->links() }} Submit @endsection @push('dispatch-js') @stack('booking-scripts') @endpush @endif