@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->status != 'cancelled❌') @else @endif @if($view->status == 'success✅') @else @endif @if($view->status == 'cancelled❌') @endif @endforeach @endif
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) }} {!! $view->status !!}{!! $view->status !!}N/A N/A N/A {{ $view->artisan_remark }} N/A{{ $view->user_order_list_created_at }}
@include('Artisan_Module.whatsapp')