@extends('layouts.front_main') @section('title', $page_name) @if(isset($page) && $page) @include('front.partials._meta_properties_page') @endif @section('content')
@include('front.partials._breadcrumb')
#

{{$user_jobseeker->name}} {{$user_jobseeker->last_name}}

{{$user_jobseeker->name}} {{$user_jobseeker->last_name}}

{{$user_jobseeker->jobseeker->pitch}}

Location:
@if($user_jobseeker->address->country->title == "United Kingdom"){{$user_jobseeker->address->country->title}} / {{$user_jobseeker->address->city}} @else Rest of the World @endif
Job title:
{{$user_jobseeker->jobseeker->job_title->title}}
Work type:
{{$user_jobseeker->jobseeker->contract_type}}
Education:
{{$user_jobseeker->jobseeker->education->title}}
Job wanted:
{{$user_jobseeker->jobseeker->job_title_wanted->title}}
Salary wanted:
{{$user_jobseeker->jobseeker->salery_wanted->title}}

Find your next star Chef

@endsection @section('modals') @include('front.modals.register_popup') @endsection @push('scripts') @endpush