@extends('backEnd.admin.layouts.master') @section('title') All Orders @endsection @section('css') @endsection @php $orders = $data['orders'] ?? []; $total_order = $data['total_order'] ?? []; $total_hold_order = $data['total_hold_order'] ?? []; $total_deliver_order = $data['total_deliver_order'] ?? []; $total_process_order = $data['total_process_order'] ?? []; $total_pend_pay_order = $data['total_pend_pay_order'] ?? []; $total_cancel_order = $data['total_cancel_order'] ?? []; $total_pending_delivery_order = $data['total_pending_delivery_order'] ?? []; $total_pending_entry_order = $data['total_pending_entry_order'] ?? []; $couriers = \Illuminate\Support\Facades\DB::table('couriers')->where('status',1)->pluck('courier_name','id'); $query = $query ?? null; $courier_id = $courier_id ?? null; $status = $sts ?? null; $employees = \Illuminate\Support\Facades\DB::table('employees')->where('status',1)->pluck('name','id'); @endphp @section('body')
| SL. | Invoice ID | Customer Info | Products | Total | Courier | Date | Status | Note | Assigned | Actions |
|---|