@extends('layouts.admin') @section('page-title', 'Client – ' . ($client->name ?? 'Unknown')) @section('page-subtitle', 'Employee-wise and entry-wise submitted conveyance for ' . ($currentMonthLabel ?? '')) @php use Illuminate\Support\Str; @endphp @section('content')
Period: {{ $currentMonthLabel }} • Submitted entries only
Click on a row to expand and verify detailed entries for this client in {{ $currentMonthLabel }}.
| Employee | Amount (₹) | Entries | Details | |
|---|---|---|---|---|
|
{{ Str::upper(Str::substr($empName, 0, 2)) }}
{{ $empName }}
User ID: {{ $userId }}
|
{{ $empEmail }} | ₹ {{ number_format($empAmount, 2) }} | {{ $empCount }} | |
| No employees have submitted conveyance for this client in {{ $currentMonthLabel }}. | ||||