@include('modals.zoneAdmin.pre_order.pre_order_detail_view')
@if (count($pre_accept_orders) > 0) @foreach ($pre_accept_orders as $key => $pre_accept_order) @endforeach @else @endif
S.No Order No Date Delivery Date Total Status Action
{{ $pre_accept_orders->firstitem() + $key }} {{ $pre_accept_order->pre_order_number }} {{ date('d-m-Y', strtotime($pre_accept_order->booking_date)) }} {{ date('d-m-Y', strtotime($pre_accept_order->delivery_date)) }} {{ $pre_accept_order->total_amount }} @if ($pre_accept_order->status == 'process') Process @endif @if ($pre_accept_order->status == 'ready') Ready @endif @if ($pre_accept_order->status == 'dispatched') Dispatched @endif {{-- --}}

No Record Found

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