{{ $client->client->agency->name }}
{{ $client->client->agency->address }}
Tel: {{ $client->client->agency->contact_phone }}
Billing Code: {{ $hasBillingRecords->id }}
📊 Variance Report Reconciliation
@if (count($adjustment) > 0)Batch ID | Employee | Action | Remarks | Underpayment | Overpayment | Created At | Delete | {{-- New header --}}
---|---|---|---|---|---|---|---|
{{ $report->batch_id }} | {{ $report->employee->first_name }} {{ substr($report->employee->middle_name, 0, 1) }}. {{ $report->employee->last_name }} | {{ $report->action }} | {{ $report->remarks }} | {{ number_format($report->underpayment ?? 0, 2) }} | {{ number_format($report->overpayment ?? 0, 2) }} | {{ \Carbon\Carbon::parse($report->created_at)->format('M d, Y ') }} |
@if ($report->status != 1)
@endif
|
Note: {{ $hasBillingRecords->note }}
@endifPrepared by: {{ $hasBillingRecords->user->name }}
@endif