@extends('layouts.private') @section('content')
MY PROFILE
EDIT PROFILE
@if($person['profile_photo'] == '') @else @endif

{{ ucwords(Auth::user()->first_name) }} {{ ucwords(Auth::user()->last_name) }}

{{ $job_title }}

{{ $person['email'] }}

{{ $person['mobile_phone'] }}

About

{{ $person['overview'] }}

Personal Website

{{ $person['website'] }}

TimeZone

{{ $email_signature['time_zone'] }}

Blog

{{ $person['website'] }}

Linkedin

{{ $person['linkedin_url'] }}

Facebook

{{ $person['linkedin_url'] }}

Skills

 

Email Signature

{!! $email_signature->email_signature !!}

Experience

@foreach($person_experience as $data)

to

{{ $data['job_title'] }}

{{ $data['job_description'] }}


@endforeach
@endsection