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

Allowances

@foreach(\App\Models\Allowance::where('is_active', true)->get() as $allowance) @endforeach

Select allowances to assign to this employee. Percentage allowances will be calculated based on basic pay.

Bank Details