@extends('layouts.app') @section('title','Add Employee') @section('page-title','Add Employee') @section('content')
@csrf
{{-- ── Personal Information ── --}}
Personal Information
{{-- ── Employment Details ── --}}
Employment Details
{{-- ── Bank Details ── --}}
Bank Details
{{-- ── Emergency Contact ── --}}
Emergency Contact
{{-- ── Education ── --}}
Educational Background
{{-- ── Previous Employment ── --}}
Previous Employment History
{{-- ── References ── --}}
Professional References
@for($r = 0; $r < 2; $r++)
Reference {{ $r + 1 }}
@endfor
{{-- ── Special Skills / Notes ── --}}
Additional Information
{{-- ── Submit ── --}}
Cancel A login account and employee number will be generated automatically.
@endsection @push('scripts') @endpush