@extends('admin.layouts.app') @section('title', 'Today Delivered Orders') @push('styles') @endpush @section('content')
| Customer Name | Contact No | Address | Executive | Box Collect | Date | Package Expiry | Status |
|---|---|---|---|---|---|---|---|
| {{ $customer->Fname }} {{ $customer->Lname }} | {{ $customer->Phone }} | {{ $customer->Address }} | {!! $row->executive_name ? e($row->executive_name) : "Not Assigned" !!} | {{ $row->box_qty }} | {{ $date->format('d/m/Y') }} | {!! $pkgStatus !!} | Delivered |