@extends('layouts.admin') @section('title', 'Staff Productivity') @section('page-title', 'Staff Productivity') @section('content')
@php $tailorIds = $tailors->keyBy('id'); @endphp @forelse($rows as $row) @empty @endforelse
Tailor Orders Total value
{{ $tailorIds->get($row->assigned_tailor_id)?->name ?? 'Tailor #'.$row->assigned_tailor_id }} {{ $row->orders_count }} {{ number_format($row->total_value ?? 0, 2) }}
No data for selected filters.
@endsection