| Phone | Primary Skills | Performance | Utilization | Actions | ||||
|---|---|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($technician->first_name, 0, 1) . substr($technician->last_name, 0, 1)) }}
{{ $technician->full_name }}
${{ number_format($technician->hourly_rate, 2) }}/hr
|
{{ $technician->employee_id }} | {{ $technician->email }} | {{ $technician->phone }} |
|
@php
$primarySkills = $technician->skills->where('is_primary_skill', true);
@endphp
@foreach($primarySkills->take(3) as $skill)
|
{{ number_format($technician->getAverageRating(), 1) }}/5
@for($i = 1; $i <= 5; $i++)
@if($i <= floor($technician->getAverageRating()))
{{ $technician->getTotalJobsCompleted() }} jobs completed
|
{{ number_format($technician->getCurrentUtilizationRate(), 1) }}%
|
|