@extends('layouts.admin') @section('page-title', 'Add Employee') @section('content')

Add Employee

@csrf
@if($promoters->count() > 0)

Link to Promoter Account

Selecting a promoter will auto-fill their name and email

@endif

Personal Information

@error('first_name')

{{ $message }}

@enderror
@error('last_name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

Employment Information

Salary Information

Bank Information

Emergency Contact

Address

Documents & Status

Cancel
@endsection