@include('Artisan_Module.header_menu') @include('Artisan_Module.side_bar')

Hi, welcome back!

{{ $art_name->artisan_name }}

Purchase List

@php $counter = 0; @endphp @if(count($product_list_notification)) @foreach($product_list_notification as $view) @if($view->st_order_status != 'cancelled❌') @else @endif @endforeach @else @endif
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) }} {!! $view->st_order_status !!} {{ $view->st_artisan_delivery }} Days {{ $view->st_artisan_remarks }} {!! $view->st_order_status !!} N/A {{ $view->st_artisan_remarks }} {{ $view->st_order_list_created_at }}
No notifications found.
@include('Artisan_Module.whatsapp')