Agency Logo

{{ $client->client->client->agency->name }}

{{ $client->client->client->agency->address }}

Telephone: {{ $client->client->client->agency->contact_phone }}

Variance Report Reconciliation

@if (count($adjustment) > 0) @foreach ($adjustment as $report) @endforeach
Batch ID Employee Name Action Remarks Underpayment Overpayment Date
{{ $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') }}
@else

No variance records were found for this batch.

@endif @if ($hasBillingRecords && $hasBillingRecords->note != null)

Note: {{ $hasBillingRecords->note }}

@endif @if ($hasBillingRecords) @endif