@extends('layouts.main') @section('content')
| Rank | Nama Teknisi | Completed |
|---|---|---|
| @if($index == 0) #1 @elseif($index == 1) #2 @elseif($index == 2) #3 @else #{{ $index + 1 }} @endif | {{ $item->assignedTeknisi->name ?? 'N/A' }} | {{ $item->total_completed }} |
| Belum ada data | ||
| Nama | Assigned | Completed | Rate |
|---|---|---|---|
| {{ $teknisi->name }} | {{ $teknisi->total_assigned }} | {{ $teknisi->total_completed }} | {{ $rate }}% |
| Belum ada data | |||