Hi, welcome back!
{{ $art_name->artisan_name }}Order List
| Sr.No | Product Image | Product Name | Product Quantity | Product Price | Product Status | 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->status != 'cancelled❌'){!! $view->status !!} | @else{!! $view->status !!} | @endif @if($view->status == 'success✅')N/A | @else@endif @if($view->status == 'cancelled❌') | N/A | N/A | {{ $view->artisan_remark }} | N/A | @endif{{ $view->user_order_list_created_at }} |