{{ $company->legal_name }}
@endif @if($company->address){{ $company->address }}
@endif @if($company->registration_number)CR: {{ $company->registration_number }}
@endif| Earnings | Amount (OMR) | Deductions | Amount (OMR) |
|---|---|---|---|
| {{ $eKeys[$i] ?? '' }} | {{ isset($eKeys[$i]) ? number_format($earningsArr[$eKeys[$i]], 3) : '' }} | {{ $dKeys[$i] ?? '' }} | {{ isset($dKeys[$i]) ? number_format($deductionsArr[$dKeys[$i]], 3) : '' }} |
| Total Earnings | {{ number_format($item->gross_salary, 3) }} | Total Deductions | {{ number_format($item->total_deductions, 3) }} |