Hi, welcome back!
{{ $art_name->artisan_name }}Purchase List
| Sr.No | Product Image | Product Name | Product Quantity | Product Price | Product Status | Delivery | Artisan Remarks | Product Orders On | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$counter }} |
|
{{ $view->st_product_name }} | {{ $view->st_product_quantity }} | @php $price = $view->st_product_price; $gst = $view->st_product_gst; $uthhan = 10; $gst_less = ($price * 100) / (100 + $gst); $uthhan_less = ($gst_less * 100) / (100 + $uthhan); @endphp ₹ {{ round($uthhan_less) }} | @if($view->st_order_status != 'cancelled❌'){!! $view->st_order_status !!} | {{ $view->st_artisan_delivery }} Days | {{ $view->st_artisan_remarks }} | @else{!! $view->st_order_status !!} | N/A | {{ $view->st_artisan_remarks }} | @endif{{ $view->st_order_list_created_at }} |
| No notifications found. | |||||||||||