Dispatch Manual Dispatch

Vehicle Location : {{ $vehicleaddress }}

First 20 Closest Appraiser
@if (session()->has('success')) @endif
@if (($appraisers)) @foreach ($appraisers as $appraiser) @endforeach @else @endif
S.No. Dispatch Appraiser Name Zip Code Miles Cycle Time Workload Expired Rating Info Maps
{{ $loop->iteration }} Dispatch {{ $appraiser->name ?? 'N/A' }}
@if(isset($appraiserParentSkills[$appraiser->id]) && count($appraiserParentSkills[$appraiser->id]) > 0)
@foreach($appraiserParentSkills[$appraiser->id] as $parentSkill) {{ $parentSkill->skill_name }} @endforeach
@endif @if ($this->getBinocularsIcon($appraiser->id)) Binoculars @endif
{{ $appraiser->postcode }} {{ $appraiser_miles[$appraiser->id] }} Miles {{ $appraiser->cycle_time }} {{ $appraiser->workload() }} {{ $appraiser->expired }} @if ($appraiser->rating >= 1) @else @endif @if ($appraiser->rating >= 2) @else @endif @if ($appraiser->rating >= 3) @else @endif @if ($appraiser->rating >= 4) @else @endif @if ($appraiser->rating == 5) @else @endif Info
No appraisers found
@if ($showAppraiserInfoModal && $selectedAppraiser) @endif