{{--
--}}

Hello,
I'm {{ $personalInfo->full_name }} a
{{ $personalInfo->profession }}

About Me

{{ $personalInfo->bio }}

{{ $personalInfo->dob }}

{{ $personalInfo->address }}

{{ $personalInfo->email }}

{{ $personalInfo->phone }}

What I Do

@forelse ($services as $service)
{{ $service->service_title }}

{{ $service->description }}

@empty
No Skill
@endforelse

My Experience

{{-- Education --}}
@forelse ($educations as $education)

{{ $education->degree_title }}

{{ Carbon\Carbon::parse($education->start_date)->format('Y') }}  -  {{ Carbon\Carbon::parse($education->end_date)->format('Y') }}

{{ $education->description }}

{{ $education->university }}
@empty

No Educations Found.

@endforelse
{{-- Experience --}}
@forelse ($experiences as $experience) @php $startyear = date('Y', strtotime($experience->start_date)); $endyear = date('Y', strtotime($experience->end_date)); @endphp

{{ $experience->job_title }}
{{ $experience->company_name }}

{{ $experience->responsibilities }}

@empty

@endforelse
@forelse ($skills as $skill)
{{ $skill->name }}
{{ $skill->level }}
{{ $skill->description }}
@empty

No Skills Found.

@endforelse

Projects

Get In Touch

If you got any questions please do not hesitate to send us a message.

Address

{{ $personalInfo->address }}

Mail

{{ $personalInfo->email }}

Phone

{{ $personalInfo->phone }}