@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 | Main | Name | Cust Type | Address | Date | Delivery Instruction | Confirm | Order Type | Product Type | Assigned Store | Artisan Action | Artisan Remarks | Cancel Reason | Order Status | Assign Store | Preview | Download | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$var }} | {{ $data->invoice_id }} | {{ $data->customer_name }} | {{ $data->first_name }} {{ $data->last_name }} | {{ $data->user_type }} | {{ $data->created_on }} | {{ $data->delivery_instruction }} | {{ $data->confirm }} | {{ $data->payment_type }} | @if (!empty($data->express_product_category)) {{ $data->express_product_category }} @else Normal @endif | {{ $data->ass_store }} | {{ $data->artisan_action }} | {{ $data->artisan_remark }} | {{ $data->cancel_rejected_reason }} | {!! $data->success !!} |
@if ($data->express_product_category == 'Express')
|
@if ($data->success != 'cancelled❌') @php $link2 = "https://uthhantest.gergstore.com/newuecom/public/UthhanInvoice/generatePDF"; @endphp | Download | @elseN/A | @endif