@extends('layouts.master', ['title' => 'Applicant Detail Summary']) @section('contents')

Applicant

@if (session()->has('error'))
@endif
  • {{ $data->finally == 'first-rejected' ? 'Rejected' : 'CV Shortlisted' }}
    Intial Stage
  • {{ $data->finally == 'first-rejected' || $data->finally == 'second-rejected' ? 'Rejected' : 'Interview Conducted' }}
    Stage 1
  • {{ $data->finally == 'first-rejected' || $data->finally == 'second-rejected' || $data->finally == 'third-rejected' ? 'Rejected' : 'Interview Conducted' }}
    Stage 2
  • {{ $data->finally == 'first-rejected' || $data->finally == 'second-rejected' || $data->finally == 'third-rejected' ? 'Rejected' : 'Confirmation Offer Letter Sent' }}
    Stage 3
  • {{ $data->finally == 'first-rejected' || $data->finally == 'second-rejected' || $data->finally == 'third-rejected' ? 'Rejected' : 'Joining Formalities' }}
    Stage 4
  • {{ $data->finally == 'first-rejected' || $data->finally == 'second-rejected' || $data->finally == 'third-rejected' ? 'Rejected' : 'Employee Code Generation' }}
    Final Stage

@if (empty($data->stage1) || !empty($data->stage1))

CV Shortlisted

@if ($data->finally == 'first-rejected' || $data->finally == 'second-rejected' || $data->finally == 'third-rejected') img @elseif($data->stage1 == 'yes') img @endif
{{-- img --}}
@if (!empty($data->stage2)) @endif
@endif @if (!empty($data->stage2))

Interview Conducted

Remarks for First Round Interview

{{ $data->remarks_first_round }}

@if (!empty($data->stage3)) @endif
@endif @if (!empty($data->stage3))

Interview Conducted

Remarks for Second Round Interview

{{ $data->remarks_second_round }}

@if (!empty($data->stage4)) @endif
@endif @if (!empty($data->stage4))

Confirmation Offer Letter

{{ $data->firstname . ' ' . $data->lastname }} has been selected for {{ $data->job_position }} position

Preview

Dear {{ $data->firstname . ' ' . $data->lastname }}, Congratulations on the day!!!

We are pleased to inform you that you have been selected for the profile of {{ $data->job_position }} with our organisation i.e. Prakhar Software Solutions Ltd.

You are therefore requested to report at Prakhar Software Solutions Pvt. Ltd. located in New Delhi on {{ date('jS F, Y', strtotime($data->doj)) }} for the document verification & induction and training on the services offered by the Client Organisation.

We have also enclosed the required documents for joining along with our corporate profile. You are requested to share your educational documents in response to this mail (and copy to info@prakharsoftwares.com) and upon verification of the documents, the offer letter would be issued.

For any query feel free to email us at info@prakharsoftwares.com

@if ($data->finally == 'joining-formalities-completed') @endif
@endif @if ($data->finally == 'joining-formalities-completed')

Joining Formalties

@if ($data->finally == 'joined') @endif
@endif @if ($data->finally == 'joined')

Employee Code Final Stage

@endif

Preview Summary

@if ($data->finally == 'joined') @endif @if ($data->finally != 'joined') @if (empty($data->finally)) @csrf
@endif @if ($data->stage1 == 'yes' && empty($data->stage2) && $data->finally != 'send_interview_details') @csrf
@endif @if ($data->stage1 == 'yes' && empty($data->stage2) && $data->finally == 'send_interview_details') @csrf
@endif @if (($data->stage2 == 'yes' || $data->stage2 == 'skip') && empty($data->stage3)) @csrf
@endif @if (($data->stage3 == 'yes' || $data->stage3 == 'skip') && empty($data->stage4)) @csrf
@endif @if ($data->stage4 == 'yes' && $data->finally != 'backout' && $data->finally != 'joining-formalities-completed') @csrf
{{-- Update Email --}} @if ($data->employment_type == 'Contractual') @endif @if ( $data->stage4 == 'yes' && $data->finally != 'joining-formalities-completed' && $data->rec_form_status == 'relationship_stage') @endif @if (empty($data->stage5)) @elseif(!empty($data->stage5) && $data->rec_form_status == 'relationship_stage') @endif @endif @if ($data->stage5 == 'yes' && $data->finally != 'joining-formalities-completed') @if ($data->finally != 'backout') @endif @if ($data->finally != 'backout') {{-- don't delete this comment commented by-- vikas --}} {{-- @csrf
--}} @endif @endif @endif @if ($data->finally == 'joining-formalities-completed') @endif
Position {{ $data->job_position }}
Name {{ $data->firstname . ' ' . $data->lastname }}
DOB {{ date('jS F, Y', strtotime($data->dob)) }}
Education {{ $data->education }}
Experience {{ $data->experience . ' Yr' }}
Skill {{ $data->skill }}
Location {{ $data->location }}
Email {{ $data->email }}
Phone {{ $data->phone }}
Salary {{ $data->salary ? Illuminate\Support\Number::currency($data->salary,in: 'INR') : 0 }}
Employee Code Generated {{ $data->emp_code }}
Remarks For Mail *
Action
Interview Details *
Action
Remarks For First Round: *
Action
Remarks For Second Round: *
Action
Date Of Joining:
Action
Update Email *
Update Salary *
Update Date Of Joining *
Update Location *
Update Scope Of Work
@csrf
Preview Offer Letter
@csrf
Send Offer Letter @if ($data->rec_form_status == 'relationship_stage' && $data->salary)
@csrf
@else {{ empty($data->salary) ? 'Salary not updated yet' : 'Recruitment Form not submitted yet' }} @endif
Send Offer Letter
@csrf
Document Verification @if ($data->rec_form_status == 'relationship_stage')
@if ($data->finally == 'docs_checked')
@csrf
@endif
@else Recruitment Form not submitted yet. @endif
Reason For Backout
@csrf
@if ($data->finally != 'backout') @endif
OR
Employee Code
Note : Please verify the document first!!
Employee Code @if (auth()->user()->hasPermission('employee.add-employee')) Generate @endif
@endsection @section('script') @endsection