@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($services)) @foreach($services as $view) {{-- Action Button --}} {{-- Start Working Button --}} {{-- Close Service Button --}} @endforeach @endif
Sr.No Category Product Description Product Quantity Min Budget Max Budget Product Status Action Work Completed in Artisan Reamrks Work Status Work Started At Service Created At Choose Begin Close Task
{{ ++$counter }} {{ $view->category }} {{ $view->remark }} {{ $view->quantity }} {{ $view->min_budget }} {{ $view->max_budget }} {{ $view->status }} {{ $view->artisan_action }} {{ $view->delivery_date }} Days {{ $view->artisan_remark }} {{ $view->Work_status }} {{ $view->work_started_at }} {{ $view->created_at }} @if($view->Work_status == 'Ended') N/A @else @endif @if($view->Work_status == 'Ended') N/A @else @endif @if($view->artisan_action == 'Approved') @else N/A @endif
@include('Artisan_Module.whatsapp')