General Info

Full Name{{$candidate->first_name}} {{$candidate->last_name}}

@if($candidate->email)

Email{{$candidate->email}}

@endif @if($candidate->phone)

Phone Number{{$candidate->phone}}

@endif @if($candidate->region)

Region{{$candidate->region->title}}

@endif

Consultant

@if($consultant)
{{$consultant->first_name}} {{$consultant->last_name}}
@if(Auth::user()->hasRole('super-admin') || Auth::user()->hasRole('admin'))
Change consultant
@endif @else @if(Auth::user() && Auth::user()->hasRole('consultant'))
Assign to you
@endif
Select consultant
@endif
@if($candidate->email_sent)

Send registration pack

Email has been sent
Send new email
@elseif(Auth::user() && Auth::user()->hasRole('consultant') && Auth::user()->id == $candidate->consultant_id)

Send registration pack

Send email
@endif
@if(!$candidate->archived) @endif