Hi, welcome back!
{{ $art_name->artisan_name }}Order List
| Sr.No | Product Image | Product Name | Product Quantity | Product Price | Product Status | Action | Delivery | Artisan Remarks | Choose | Product Purchased At | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$counter }} |
|
{{ $view->product_name }} | {{ $view->product_quantity }} | @php $price = $view->product_price; $gst = $view->gst; $uthhan = 10; $gst_less = ($price * 100) / (100 + $gst); $uthhan_less = ($gst_less * 100) / (100 + $uthhan); @endphp ₹ {{ round($uthhan_less) }} | @if($view->success != 'cancelled❌'){!! $view->success !!} | @else{!! $view->success !!} | @endif @if($view->success != 'cancelled❌'){{ $view->artisan_action }} | {{ $view->artisan_delivery }} Days | {{ $view->artisan_remark }} | @if($view->success == 'success✅')N/A | @else@endif @else | N/A | N/A | {{ $view->artisan_remark }} | N/A | @endif{{ $view->created_on }} |