Salary Structures

Manage employee salary configurations

Add Salary Structure
@forelse($salaryStructures as $structure) @empty @endforelse
Employee Position Basic Salary Allowances Total Package Status Actions
{{ $structure->user->name }}
{{ $structure->user->email }}
{{ $structure->position ?? 'N/A' }} PKR {{ number_format($structure->basic_salary, 2) }} PKR {{ number_format($structure->total_allowances, 2) }} PKR {{ number_format($structure->basic_salary + $structure->total_allowances, 2) }} @if($structure->is_active) Active @else Inactive @endif

No salary structures found.

{{ $salaryStructures->links() }}