{{ __('Add Salary Level') }}

@csrf
@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
{{ __('Cancel') }}