Edit Salary Level

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror

Enter the salary in USD. Will be converted to TZS during payroll generation.

@error('amount')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
@if($salaryLevel->employees->count() > 0)

Note: This salary level is currently assigned to {{ $salaryLevel->employees->count() }} employee(s). Changes will affect their records.

@endif
Cancel