@php $rows = $this->getRows(); @endphp
{{ $this->getPeriodLabel() }}
@if (empty($rows))
Niciun mecanic nu a finalizat lucrări în această perioadă.
@else @foreach ($rows as $r) @endforeach
Mecanic Lucrări Norma ore Real ore Eficiență Venit manopere
{{ $r['master_name'] }} {{ $r['tasks_done'] }} {{ $r['norm_hours'] }} {{ $r['actual_hours'] }} @if ($r['efficiency_pct'] !== null){{ $r['efficiency_pct'] }}%@else @endif {{ number_format($r['revenue'], 0, '.', ' ') }} MDL
@endif