| # | Invoice No. | Placed Date | Customer Name | Product Name | Payment Type | Date Status | Admin Status | Cord Det | Edit Details | Update Dates | Report Status | Final Report | Type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$count }} | {{ $sale->st_invoice_id }} | {{ $sale->st_order_list_created_at }} | {{ $sale->st_user_full_name }} | {{ $sale->st_product_name }} | {{ $sale->st_payment_type }} | @php $today = \Carbon\Carbon::today()->format('Y-m-d'); @endphp @if ($sale->Next_Follow_Up_Date && $sale->Uthhan_Follow_Up_Date && $sale->Artisan_Follow_Up_Date && $sale->Pick_Up_Follow_Up_Date) @if ( $today > $sale->Next_Follow_Up_Date || $today > $sale->Artisan_Follow_Up_Date || $today > $sale->Uthhan_Follow_Up_Date || $today > $sale->Pick_Up_Follow_Up_Date ) @else @endif @else @endif | {{ $sale->st_order_status }} | @if ( $sale->st_order_status != 'cancelled❌' && in_array(strtolower($sale->st_payment_type), ['razorpay', 'payu', 'cod', 'cash_on_delivery', 'cash on delivery']) ) @endif |
@if ($sale->Next_Follow_Up_Date && $sale->Uthhan_Follow_Up_Date && $sale->Artisan_Follow_Up_Date && $sale->Pick_Up_Follow_Up_Date)
@if (
$today > $sale->Next_Follow_Up_Date ||
$today > $sale->Artisan_Follow_Up_Date ||
$today > $sale->Uthhan_Follow_Up_Date ||
$today > $sale->Pick_Up_Follow_Up_Date
)
expired
@else
Not expired@endif @elseAll Followup Dates aren't present@endif |
{{ $sale->final_Report }} |
|
UOP | |
| No data found | |||||||||||||
{!! $pagination !!}