@if($selected_template)

Email preview

LTF
@if($selected_template->main_image)

main_image")}}" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;display:block;width: 100%; height: auto; display: block; border-top-left-radius: 10px; border-top-right-radius: 10px;">

@endif
@if($title)

{{$title}}

@endif
{!!$description!!}
{{-- consultant is only showing for marketing suite, not for outbound marketing with marketing_suite_preview variable--}} @if($selected_template->consultant_info && $marketing_suite_preview) {{--
--}}

CONSULTANT INFO

Name

{{Auth::user()->full_name()}}

Email

{{Auth::user()->email}}

Phone

{{Auth::user()->phone}}

{{--
--}} @endif
{!!$selected_template->bottom_description!!}
@if($candidate)

Candidate name

{{$candidate->user->full_name()}}

@endif @if($user_info_checkboxes && count($user_info_checkboxes) > 0 && $user_info_checkboxes['short_description'])

Short description

@if($candidate->other_info) {!!$candidate->other_info!!} @else No description entered by the candidate @endif

@endif @if($user_info_checkboxes && count($user_info_checkboxes) > 0 && $user_info_checkboxes['availability'])

Availability

@if($candidate->date_available_to_start) {{Carbon\Carbon::parse($candidate->date_available_to_start)->format('d/m/Y')}} @else No date entered @endif

@endif @if($user_info_checkboxes && count($user_info_checkboxes) > 0 && $user_info_checkboxes['specialism'])

Specialism

@if($candidate->specialism && count($candidate->specialism) > 0) @foreach ($candidate->specialism as $specialism) {{ $specialism->title }}@if (!$loop->last), @endif @endforeach @else No specialism selected @endif

@endif @if($user_info_checkboxes && count($user_info_checkboxes) > 0 && $user_info_checkboxes['cv'])

CV

@if($candidate->client_viewable_cv_file) CV - Uploaded @else No CV uploaded @endif

@endif @if($user_info_checkboxes && count($user_info_checkboxes) > 0 && $user_info_checkboxes['introduction_video'])

Introduction Video

@if($candidate->user->profile_photo_path)

short_video) target="_blank" href="{{asset('storage/'. $candidate->short_video)}}" @else href="#" @endif > #

@endif @if($candidate->short_video)

Open Introduction Video

@else

No introduction video uploaded

@endif
@endif @if($user_info_checkboxes && count($user_info_checkboxes) > 0 && $user_info_checkboxes['strengths_weaknesses'])

Strengths & Weaknesses

@if(count($candidate->strenght_weaknesses) > 0) @foreach ($candidate->strenght_weaknesses as $existing_weakness)

{{$existing_weakness->title}}

@php $bg_gray = 5; @endphp @if($existing_weakness && isset($existing_weakness->pivot->percent)) @php $bg_gray = $bg_gray - $existing_weakness->pivot->percent; @endphp @for ($i = 1; $i <= $existing_weakness->pivot->percent; $i++)
@endfor @endif @for ($i = 1; $i <= $bg_gray; $i++)
@endfor
@endforeach @else

No strengths and weaknesses entered

@endif
@endif
Close
@endif