{{ $client->client->agency->name }}
{{ $client->client->agency->address }}
Tel: {{ $client->client->agency->contact_phone }}
Billing Code: {{ $hasBillingRecords->id }}
Variance Report Reconciliation
Employee Name | Under Payment | Over Payment | Remarks |
---|---|---|---|
{{ $adjustment->employee->first_name }} {{ substr($adjustment->employee->middle_name, 0, 1) }}. {{ $adjustment->employee->last_name }} | @if ($adjustment->earnings_adjustment > $adjustment->earnings) {{ number_format($adjustment->earnings_adjustment - $adjustment->earnings, 2) }} @endif | @if ($adjustment->earnings_adjustment < $adjustment->earnings) {{ number_format($adjustment->earnings - $adjustment->earnings_adjustment, 2) }} @endif |
Note: {{ $hasBillingRecords->note }}
@endifPrepared by: {{ $hasBillingRecords->user->name }}
@endif