{{--
--}}
Hello there...

{{ $personalInfo->full_name }}

I Am Passionate

{{ $personalInfo->bio }}

ABOUT ME

A {{ $personalInfo->profession }}

I'm {{ $personalInfo->full_name }}

{{ $personalInfo->bio }}

{{ $personalInfo->dob }}

Pakistan

{{ $personalInfo->address }}

{{ $personalInfo->email }}

{{ $personalInfo->phone }}

{{-- Education --}}

My Experience

@forelse ($educations as $education)
{{ \Carbon\Carbon::parse($education->start_date)->format('Y') }}   -   {{ Carbon\Carbon::parse($education->end_date)->format('Y') }} {{ $education->university }}
{{ $education->degree_title }}

Subjects: {{ $education->major_subjects }}

{{ $education->description }}

@empty

No Experience

@endforelse

My Skills

A Lead {{ $personalInfo->profession }} based in Pakistan

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

My Services

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

{{ $service->description }}

@empty
No Service
@endforelse

LATEST Projects

My Experience

@forelse ($experiences as $experience)
{{ \Carbon\Carbon::parse($experience->start_date)->format('Y') }}   -   {{ Carbon\Carbon::parse($experience->end_date)->format('Y') }} {{ $experience->company_name }}
{{ $experience->job_title }}

{{ $experience->responsibilities }}

{{-- --}}
@empty

No Experience

@endforelse

Get in touch

A Lead {{ $personalInfo->profession }} based in Pakistan

Say Something

My Address

{{ $personalInfo->address ?? 'No Address' }}

My Phone

Mobile: {{ $personalInfo->phone }}

My Email

{{ $personalInfo->email }}