@extends('layouts.guest.master', ['title' => 'Personal Details Form']) @section('content')
logo left
logo right
@if (empty($details->rec_form_status))
@csrf
{{-- First Card --}}
Recruitment Personal Details Form

Note : Fields with "*" are mandatory to fill.

Recruitment General Details Form
@endif {{-- Address Detail form --}} @if ($details->rec_form_status == 'personal_stage')
@csrf
Recruitment Address Details Form

Note : Fields with "*" are mandatory to fill.

{{--
--}}
@endif {{-- Bank Details Form --}} @if ($details->rec_form_status == 'address_stage')
@csrf
Recruitment Bank Details Form

Note : Fields with "*" are mandatory to fill.

@endif {{-- Education details --}} @if ($details->rec_form_status == 'bank_stage')
@csrf
Recruitment Education Details Form

Note : Fields with "*" are mandatory to fill.

10th Class Section
{{-- Graduation section --}}
Graduation Section
{{-- 12 th class secton --}}
Recruitment Education Details Form
12th Class Section
{{-- Post Graduation --}}
Post Graduation Section
@endif {{-- Company Details Forms --}} @if ($details->rec_form_status == 'education_stage')
@csrf
Current Company Details Form

Note : Fields with "*" are mandatory to fill.

Others Current Company Details Form
@endif {{-- ESI Form --}} @if ($details->rec_form_status == 'company_stage')
@csrf
ESI Details Form

Note : Fields with "*" are mandatory to fill.

{{-- Seventh Card Relation & Nominee --}}
@endif {{-- Nominee Details & Relationship --}} @if ($details->rec_form_status == 'esi_stage')
@csrf

Recruitment Relationship Form

Note : Fields with "*" are mandatory to fill.

Nominee & Dispensary Details

@endif {{-- After Documents Submission --}} @if ($details->rec_form_status == 'relationship_stage')
Success

Congratulations

Your Documents Submitted Successfully.

@endif

© 2025 All Rights Reserved. Prakhar Softwares Solution Ltd.

@endsection @section('script') @endsection