@include('modals.superAdmin.pickup-order.order.pickup_order_detail_view')
@if (count($pickup_accept_orders) > 0) @foreach ($pickup_accept_orders as $key => $pickup_accept_order) @endforeach @else @endif
S.No Order No Booking Date Total Status Action
{{ $pickup_accept_orders->firstitem() + $key }} {{$pickup_accept_order->pre_order_number }} {{ date('d-m-Y', strtotime($pickup_accept_order->booking_date)) }} ₹ {{ $pickup_accept_order->total_amount }} @if ($pickup_accept_order->status == 'process') Process @endif @if ($pickup_accept_order->status == 'ready') Ready @endif @if ($pickup_accept_order->status == 'dispatched') Dispatched @endif {{-- --}}

No Record Found

@if ($pickup_accept_orders) {{ $pickup_accept_orders->links('vendor.livewire.bootstrap') }} @endif