@extends('layouts.master') @section('title', $title) @section('content')

Candidate History

@if ($error = Session::get('error'))

{{ $error }}

@endif @if ($message = Session::get('message'))

{{ $message }}

@endif

:

{{ $candidate->candidate_id }}

:

{{ $candidate->first_name }}

:

{{ $candidate->last_name }}

:

{{ $candidate->email1 }}

:

{{ $candidate->email2 }}

:

{{ $candidate->phone_work }}

:

{{ $candidate->address }}

:

{{ $candidate->state }}

:

{{ $candidate->source }}

:

{{ $candidate->current_employer }}

:

{{ $candidate->desired_pay }}

:

{{ $candidate->can_relocate }}

:

{{ $candidate->best_time_to_call }}

:

{{ $candidate->is_admin_hidden }}

:

{{ $candidate->created_at }}

:

{{ !empty($candidate->joborders) ? count($candidate->joborders) : '' }}

:

{{ $candidate->first_name.' '.$candidate->last_name }}

:

{{ !empty($candidate->ownerUser) ? $candidate->ownerUser->name : '' }}

:

{{ $candidate->gender }}

:

{{ $candidate->middle_name }}

:

{{ $candidate->phone_home }}

:

{{ $candidate->phone_cell }}

:

{{ $candidate->city }}

:

{{ $candidate->pincode }}

:

{{ $candidate->key_skills }}

:

{{ $candidate->current_pay }}

:

{{ $candidate->website }}

:

{{ $candidate->is_hot }}

:

{{ $candidate->pan_number }}

:

{{ $candidate->updated_at }}

:

{{ !empty($candidate->createdBy) ? $candidate->createdBy->name : '' }}

:

{{ !empty($candidate->ownerUser) ? $candidate->ownerUser->email : '' }}

:

{{ $candidate->notes }}

@if(!empty($history)) @php $jobArr = $history->toArray(); @endphp @foreach($history as $res) @if($res->description) @if($value%5 == 0) @endif @endif @endforeach @endif

Other History

@if(!empty($history)) @php $jobArr = $history->toArray(); @endphp @foreach($history as $res) @if($res->description) @if($res->previousValue != '' && $res->previousValue != '(NEW)' && $res->previousValue != '(ADD)') @endif @if($res->newValue != '' && $res->newValue != '(DELETE)') @endif @endif @endforeach @endif
Name
{{ $res->created_at }} {{ !empty($res->enteredBy) ? $res->enteredBy->name : '' }} {{ $res->description }}
{{ $res->created_at }} {{ !empty($res->enteredBy) ? $res->enteredBy->name : '' }} {{ $res->description }}
@endsection