@extends('Layouts.clientDashboardLayout') @section('content')
@include('includes.messages')
{{$candidate->firstname}} {{$candidate->lastname}}'s Profile

{{$candidate->firstname}} {{$candidate->lastname}}

{{--

Executive Director at ThemePixels, Inc.

--}} {{--

San Francisco, California

--}}

About {{$candidate->firstname}}

{{----}}
{{----}}
Work Experience
@foreach($candidate->experience as $experience)
{{$experience->job_title}}

{{$experience->company_name}}.

{{$experience->workStart_month}} {{$experience->workStart_year}} - {{($experience->currentWorkStatus == 1 ? '- present': $experience->workEnd_month .' '.$experience->workEnd_year)}} -  {{--Edit--}}

@endforeach
{{----}}
Education
@foreach($candidate->education as $education)
{{$education->fieldOfStudy}}

{{$education->school_name}}

{{$education->schoolStart_month}} {{$education->schoolStart_year}} - {{$education->schoolEnd_month}} {{$education->schoolEnd_year}} -  {{--Edit--}}

@endforeach
{{-- --}}
{{--
Recommendations
Rolando Paloso

Head Architect

Nov 20, 2017

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.

--}}
{{--
129
--}} {{--
--}}

Contact
{{--
--}}{{----}}{{--
Phone Number
{{$candidate->personalInfo->phoneNumber}}
Email Address
{{$candidate->email}}
Residencial Address
{{$candidate->personalInfo->address}}
--}}
@endsection @section('script') @endsection