| S.No. | Dispatch | Appraiser Name | Zip Code | Miles | Cycle Time | Workload | Expired | Rating | Info | Maps |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $appraisers->firstItem() + $loop->index }} | Dispatch |
{{ $appraiser->name ?? 'N/A' }}
@if(isset($appraiserParentSkills[$appraiser->id]) && count($appraiserParentSkills[$appraiser->id]) > 0)
@foreach($appraiserParentSkills[$appraiser->id] as $parentSkill)
@endif
|
{{ $appraiser->postcode }} | {{ $appraiser->appraiserMiles($vehicle_latitude, $vehicle_longitude) }} 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 | ||
| No appraisers found | ||||||||||