{!! $breadcrumbs !!}
{{ __('New Candidate') }}
@php $status = array( 0 => 'Inactive', 1 => 'Active'); @endphp @foreach($active_candidates as $candidate) @endforeach
Name Interested In/Job Role Contact Person Contact Number Status
@if($candidate->client_image != "") {{ $candidate->firstname }} @else {{ $candidate->firstname }} @endif
{{ $candidate->interested_in }}
{{ $candidate->contact_person }}
{{ $candidate->contact_number }}
{!! $status[$candidate->account_status] !!}