@extends('layouts.generic')
@section('page_title', $profile->displayName())
@section('page_description', $profile->publicHeadline())
@section('share_url', $profileUrl)
@section('share_title', $profile->displayName().' - '.getSetting('site.name'))
@section('share_description', $profile->publicHeadline())
@section('share_type', 'profile')
@section('share_img', GenericHelper::getOGMetaImage())
@section('meta')
@if($isPreview)
@endif
@stop
@section('styles')
{!!
Minify::stylesheet([
'/css/pages/public-candidate-profile.css',
])->withFullUrl()
!!}
@stop
@section('content')
{{$profile->publicHeadline()}} {{__('Target roles will appear here once added.')}}
{{$profile->displayName()}}
@if($profile->open_to_work)
{{__('Open to work')}}
@endif
{!! nl2br(e($profile->bio)) !!}
@else{{__('This talent profile is still being completed.')}}
@endif{{__('Skills will appear here once added.')}}
@endif{{__('Preferences will appear here once added.')}}
@endif{{__('Find roles that match this profile or keep exploring current openings.')}}
{{__('Back to jobs')}}