@if (session('delete_success_customer'))
{{ session('delete_success_customer') }}
@endif
@if (session('delete_failed_customer'))
{{ session('delete_failed_customer') }}
@endif
| S.no. | Invoice Id Details | Uthhan ID | Store Code | Name | Cust Type | Address | Date | Confirm | Type | UOP Status | Status | Remarks | Display ID | Add Remarks | Cancel Reason | Preview | Download | Delete |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$var }} | {{ $data->st_invoice_id }} | {{ $data->st_uthhan_id }} | {{ $data->st_store_code }} | {{ $data->st_user_full_name }} | UOP | {{ $data->st_order_list_created_at }} | {{ $data->st_product_quantity }} | {{ $data->st_payment_type }} | {{ $data->st_artisan_delivery ? $data->st_artisan_delivery . ' Days' : 'N/A' }} | {!! $data->st_order_status !!} | {{ $data->st_order_status_remarks }} | {{ !empty($data->st_product_display) ? $data->st_product_display : 'N/A' }} | {{ $data->st_cancel_rejected_reason }} | @if ($data->st_order_status != 'cancelled❌') Download @else N/A @endif |