@extends('admin.layouts.app') @section('title', 'Pending Orders Report') @push('styles') @endpush @section('content')
| Sr No | Customer | Phone | Address | Date / Message | Status | Package Expiry | Executive |
|---|---|---|---|---|---|---|---|
| {{ $row['sr'] }} | {{ $row['customer'] }} | {{ $row['message'] ?? '' }} | {{ $row['range'] ?? '' }} | ||||
| {{ $row['sr'] }} | {{ $row['customer'] }} | {{ $row['phone'] }} | {{ $row['address'] }} | {{ $row['date'] }} | Pending | {{ $row['pkg_expiry'] }} | {{ $row['executive'] }} |