@extends('admin.layouts.master') @section('title', 'HR') @php $positionTitles = explode(',', $applicant->positionTitle); $companies = explode(',', $applicant->company); $managers = explode(',', $applicant->manager); $locations = explode(',', $applicant->location); $workSalaries = explode(',', $applicant->workSalary); $workPhones = explode(',', $applicant->workPhone); $count = count($positionTitles); $trainingNames = explode(',', $applicant->trainingName); $trainingDates = explode(',', $applicant->trainingDate); $destinations = explode(',', $applicant->destination); $count2 = count($trainingNames); @endphp @section('content')
@endif
Company:
{{ $companies[$i] }}Previous Job:
{{ $positionTitles[$i] }}Manager:
{{ $managers[$i] }}Location:
{{ $locations[$i] }}Salary:
{{ $workSalaries[$i] }}Phone:
{{ $workPhones[$i] }}Training Name:
{{ $trainingNames[$i] }}Training Date:
{{ $trainingDates[$i] }}Destination:
{{ $destinations[$i] }}Started To Work Here:
{{ $applicant->startWorkDate }}Signature:
{{ $applicant->signature }}Signature Date:
{{ $applicant->signatureDate }}Source: {{ $followup->source }}
Follower: {{ $followup->follower }}
First Call: {{ $followup->first_call }}
First Call Result: {{ ucwords(str_replace('_',' ',$followup->first_call_result)) }}
@if($followup->first_call_result == 'not interested')Reason: {{ $followup->interest_reason }}
@endif @if($followup->first_call_result == 'not suitable')Reason: {{ $followup->suitable_reason }}
@endif @if($followup->other_reason)Other Reason: {{ $followup->other_reason }}
@endifFollow Date: {{ $ex[$key] }}
Follow Result: {{ ucwords(str_replace('_',' ',$second_call_result[$key])) }}
@if($second_call_result) @if($second_call_result[$key] == 'not interested')Reason: {{ $interest_reason2[$key] }}
@endif @if($second_call_result[$key] == 'not suitable')Reason: {{ $suitable_reason2[$key] }}
@endif @endif @if($other_reason1) @if($other_reason1[$key])Other Reason: {{ $other_reason1[$key] }}
@endif @endifFirst Interview: {{ $followup->first_interview }}
Interview With: {{ $followup->interview_with }}
First Interview Result: {{ ucwords(str_replace('_',' ',$followup->first_interview_result)) }}
@if($followup->first_interview_result == 'not interested' || $followup->first_interview_result == 'not suitable')Reason: {{ $followup->interview_reason }}
@endifSecond Interview: {{ $followup->second_interview }}
Interview With: {{ $followup->interview_with2 }}
Second Interview Result: {{ ucwords(str_replace('_',' ',$followup->second_interview_result)) }}
@if($followup->second_interview_result == 'not interested' || $followup->second_interview_result == 'not suitable')Reason: {{ $followup->interview_reason2 }}
@endifBranch: {{ $contract->branch }}
Contract Signed: {{ $contract->contract_signed }}
Contract Date: {{ $contract->contract_date }}
Contract Period: {{ $contract->contract_period }}
Fire Up and Succeed: @if(in_array('Fire Up and Succeed',$cour))
@endif
Evaluation: @if(in_array('Evaluation',$cour))
@endif
Commercial: @if(in_array('Commercial',$cour))
@endif
Legal: @if(in_array('Legal',$cour))
@endif
RE/MAX And you: @if(in_array('RE/MAX And you',$cour))
@endif
Momentum: @if(in_array('Momentum',$cour))
@endif
Team: @if(in_array('Team',$cour))
@endif
Building: @if(in_array('Building',$cour))
@endif
ACB: @if(in_array('ACB',$cert))
@endif
CCIM: @if(in_array('CCIM',$cert))
@endif
Business Broker: @if(in_array('Business Broker',$cert))
@endif
Other: @if(in_array('Other',$cert))
@endif
National ID: @if($contract->national_id == true)
@endif
Birth Cirtificate: @if($contract->birth_cirtificate == true)
@endif
Graduation Cirtificate: @if($contract->graduation_cirtificate == true)
@endif
Criminal Record: @if($contract->criminal_record == true)
@endif
Military Service: @if($contract->military_service == true)
@endif
4 Personal Photos: @if($contract->personal_photos == true)
@endif
Code Of Ethics: @if($contract->ethics_code == true)
@endif
Remax Egypt Contract Signed: @if($contract->remaxEgypt == 'Yes')
@endif
Remax Egypt Contract Signature Date: {{ $contract->remaxEgyptDate }}