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

Hi, welcome back!

{{ $art_name->artisan_name }}

Order List

@php $counter = 0; @endphp @if(count($product_list_notification)) @foreach($product_list_notification as $view) @if($view->success != 'cancelled❌') @else @endif @if($view->success != 'cancelled❌') @if($view->success == 'success✅') @else @endif @else @endif @endforeach @endif
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) }} {!! $view->success !!}{!! $view->success !!}{{ $view->artisan_action }} {{ $view->artisan_delivery }} Days {{ $view->artisan_remark }}N/A N/A N/A {{ $view->artisan_remark }} N/A{{ $view->created_on }}
@include('Artisan_Module.whatsapp')