{{ __('Add Employee') }}

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@error('first_name')
{{ $message }}
@enderror
@error('last_name')
{{ $message }}
@enderror

{{ __('Drag and drop a file here or click') }}

{{ __('Salary Information') }}

@error('salary_level_id')
{{ $message }}
@enderror

{{ __('This value is auto-filled from the selected Salary Level and cannot be edited here.') }}

@error('base_salary')
{{ $message }}
@enderror

{{ __('This shows the basic pay converted to the configured local currency using the base exchange rate.') }}

{{ __('Bank Details') }}