@if (session('delete_success_customer'))
{{ session('delete_success_customer') }}
@endif
@if (session('delete_failed_customer'))
{{ session('delete_failed_customer') }}
@endif
| Sno | Store Id | Store Code | Product ID | Product Quantity | Customer Name | Customer Phone | Place of Sell | Created At | Create Invoice | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$var }} | {{ $order->st_Store_id }} | {{ $order->st_store_unique_id }} | {{ $order->st_product_id }} | {{ $order->st_product_quantity }} | {{ $order->st_customer_name }} | {{ $order->st_customer_phone }} | {{ $order->st_customer_email }} | {{ $order->st_place_of_sell }} | {{ $order->st_created_at }} | Create Invoice |