@extends('admin.layouts.app') @section('title', 'Tomorrow Orders') @push('styles') @endpush @section('content')
| Customer Name | Contact No | Alternate Contact No | Order Instruction | Payment Status | Address | Executive | Package | Package Expiry | Date | Status |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $customer->Fname }} {{ $customer->Lname }} | {{ $customer->Phone }} | {{ $customer->Phone2 }} | {{ $customer->Details }} | @if ((int) $customer->PaidStatus === 1) Paid @else Unpaid @endif | {{ $customer->Address }} | {!! $row->executive_name ? e($row->executive_name) : "Not Assigned" !!} | {{ $row->package ? $row->package->Name.' ('.$row->package->Amount.')' : '' }} | {!! $pkgStatus !!} | {{ $date->format('d/m/Y') }} | Pending |