@include('modals.superAdmin.sales.order_detail_view')
@if (count($accept_orders) > 0) @foreach ($accept_orders as $key => $accept_order) @endforeach @else @endif
S.No Order No Date Total Status Action
{{ $accept_orders->firstitem() + $key }} {{ $accept_order->order_number }} {{ date('d-m-Y', strtotime($accept_order->booking_date)) }} {{ $accept_order->order_total }} @if ($accept_order->status == 'process') Process @endif @if ($accept_order->status == 'ready') Ready @endif @if ($accept_order->status == 'dispatched') Dispatched @endif {{-- --}}

No Record Found

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