Sales Record {{ $success_sale->total()}}

@if ($success_sale != null) @php $count = request()->segment(3); @endphp @foreach ($success_sale as $sale) @if (!empty($sale->Next_Follow_Up_Date) && !empty($sale->Uthhan_Follow_Up_Date) && !empty($sale->Artisan_Follow_Up_Date) && !empty($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 @endforeach @else @endif
# Invoice No. Placed Date Customer Name Product Name Payment Type Date Status Admin Status Cord Det Edit Details Update dates Report Status Final Report Reseller value Type
{{ ++$count }} {{ $sale->invoice_id }} {{ $sale->created_on }} {{ $sale->user_username }} {{ $sale->product_name }} {{ $sale->payment_type }} @php $today = now()->format('Y-m-d'); @endphp @if (!empty($sale->Next_Follow_Up_Date) && !empty($sale->Uthhan_Follow_Up_Date) && !empty($sale->Artisan_Follow_Up_Date) && !empty($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->success !!} @if ($sale->success != 'cancelled❌' && in_array(strtolower($sale->payment_type), ['razorpay', 'payu', 'cod', 'cash_on_delivery', 'cash on delivery'])) @endif expired
Not expired
All Followup Dates aren't present
{{ $sale->final_Report }} Rs {{ $sale->customer_value_reseller }} Uthhanecom
No data are found
{!! $sales_pagination !!}