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