List of candidate's videos will be Delete on {{$delete_date}}

Notify Date: {{$current_date}}

@if($candidate->count()>0) @foreach($candidate as $key => $candid) @php if($candid->status=='1' || $candid->status=='2'){ $status = 'Incomplete'; $status_color='badge-light-primary'; }elseif($candid->status=='3'){ $status = 'Complete'; $status_color='badge-light-success'; }elseif($candid->status=='4'){ $status = 'Hired'; $status_color='badge-light-success'; }else{ $status = 'Archived'; $status_color='badge-light-danger'; } @endphp @endforeach @endif
Candidate Name Position Name Candidate Email Candidate Status
@if($candid->first_name!='') {{ucfirst($candid->first_name)}} {{ucfirst($candid->last_name)}} @endif @if(isset($candid->position) && $candid->position->name) {{ucfirst($candid->position->name)}} @endif @if($candid->email!='') {{$candid->email}} @endif{{$status}}