| Employee | Basic Salary | Net Salary | Status | Actions |
|---|---|---|---|---|
| {{ $structure->employee->first_name }} {{ $structure->employee->last_name }} | {{ $structure->currency }} {{ number_format($structure->basic_salary, 2) }} | {{ $structure->currency }} {{ number_format($structure->net_salary, 2) }} | {{ $structure->active ? 'Active' : 'Inactive' }} | Edit |