@extends('layouts.master', ['title' => 'Add Employee']) @section('contents')

Create Employee details

@if (!empty($recruitment_details->finally) && $recruitment_details->finally == 'joined')
Employee has been successfully added. View Employee
@else


{{-- Employee Details Form --}}
@csrf
{{-- --}}
{{-- --}}
{{-- Personal Details Form --}}
@csrf
@if (!empty($recruitment_details->getPersonalDetail) && $recruitment_details->getPersonalDetail->emp_signature) @else @endif
@if (!empty($recruitment_details->getPersonalDetail) && $recruitment_details->getPersonalDetail->emp_photo) @else @endif
{{-- Address Details Form --}}
@csrf
{{-- Bank Details Form --}}
@csrf
{{-- Education Details Form --}}
@csrf
{{-- --}}
{{-- 10th details --}}
High School
{{-- 12th Details --}}
Intermediate
{{-- Diploma Details --}}
Diploma
{{-- Graduation Details --}}
Graduation
{{-- Post Graduation Details --}}
Post Graduation
{{-- Doctorate Details --}}
Doctorate
{{-- Experience Detail Form --}}
@csrf
{{-- Id Proof Detail Form --}}
@csrf
@endif @endsection @section('modal') {{-- Add Department Modal --}} {{-- Add Designation Modal --}} @endsection @section('script') @endsection