@section('title', 'Pending Order List')

{{--
--}}
@if (!Auth::user()->hasAnyRole('manager')) @endif @php $i = 0; @endphp @foreach ($processingOrders as $processingOrder) {{-- --}} @if (!Auth::user()->hasAnyRole('manager')) @endif @endforeach
SL Code Shop Name Customer Name Mobile Address Order Date Total StatusAction
@if ($check_all) @endif {{ ++$i }} {{ $processingOrder->code }} @if ($processingOrder->Contact) {{ $processingOrder->Contact->business_name }} @endif @if ($processingOrder->Contact) {{ $processingOrder->Contact->first_name }} @endif @if ($processingOrder->Contact) {{ $processingOrder->Contact->mobile }} @endif @if ($processingOrder->Contact) {{ $processingOrder->Contact->shipping_address }} @endif {{ date('d F Y', strtotime($processingOrder->created_at)) }}
{{ date('h:i A', strtotime($processingOrder->created_at)) }}
{{ $processingOrder->payable_amount }} {{ $processingOrder->status }}
@can('edit processing_order') @if ($processingOrder->status != 'delivered') @endif @endcan
{{ $processingOrders->links() }}
@push('scripts')