{{ __('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

{{ __('Shows the converted amount using the current base exchange rate.') }}

@error('description')

{{ $message }}

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

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

@endif
{{ __('Cancel') }}