| Employee | Position | Basic | Allowances | Net Salary | Status |
|---|---|---|---|---|---|
|
{{ $entry->employee->full_name }}
{{ $entry->employee->employee_id }}
|
{{ $entry->employee->position->name }} | ${{ number_format($entry->basic_salary, 2) }} | ${{ number_format($entry->allowances, 2) }} | ${{ number_format($entry->net_salary, 2) }} | {{ $entry->status }} |