@include('layouts.header')
Professional Experiences
Professional Certification
Professional Experiences
Add Experience
@foreach($currentUserProfessionalExperiences as $index => $currentUserProfessionalExperience)
{{@$currentUserProfessionalExperience->last_position}} at {{$currentUserProfessionalExperience->company_name}}
{{@($currentUserProfessionalExperience->joining_date)?date('d M, Y', strtotime($currentUserProfessionalExperience->joining_date)):'N/A'}} - {{@($currentUserProfessionalExperience->last_working_date)?date('d M, Y', strtotime($currentUserProfessionalExperience->last_working_date)):'N/A'}}
@endforeach
Professional Certifications
Add Certification
@foreach($currentUserProfessionalCertifications as $currentUserProfessionalCertification)
{{@$currentUserProfessionalCertification->certification->certification}}
{{@$currentUserProfessionalCertification->certification_body}}
{{@$currentUserProfessionalCertification->completion_year}}
@endforeach
@csrf
×
Add Experience
Company Name
@error('companyName')
{{ $message }}
@enderror
Reports to
@error('reportsTo')
{{ $message }}
@enderror
Date of Joining
@error('joiningDate')
{{ $message }}
@enderror
Last Working Day
@error('lastWorkingDate')
{{ $message }}
@enderror
Starting Position
@error('startingPosition')
{{ $message }}
@enderror
Last Position
@error('lastPosition')
{{ $message }}
@enderror
@csrf
Edit Experience
×
Company Name
@error('companyName')
{{ $message }}
@enderror
Reports to
@error('reportsTo')
{{ $message }}
@enderror
Date of Joining
@error('joiningDate')
{{ $message }}
@enderror
Last Working Day
@error('lastWorkingDate')
{{ $message }}
@enderror
Starting Position
@error('startingPosition')
{{ $message }}
@enderror
Last Position
@error('lastPosition')
{{ $message }}
@enderror
Delete Experience
Are you sure want to delete?
Delete
@csrf
Cancel
@csrf
×
Add Certification
Certification
@error('certification')
{{ $message }}
@enderror
Completion Year
Select Year
@php($years = array_reverse(range(1900, date("Y")))) @foreach($years as $year)
{{$year}}
@endforeach
@error('completionYear')
{{ $message }}
@enderror
Certification Body
@error('certificationBody')
{{ $message }}
@enderror
@csrf
Edit Certification
×
Certification
@error('certification')
{{ $message }}
@enderror
Completion Year
Select Year
@php($completionYear = old('completionYear')?old('completionYear'):@$editedProfessionalCertification->completion_year) @php($years = array_reverse(range(1900, date("Y")))) @foreach($years as $year)
{{$year}}
@endforeach
@error('completionYear')
{{ $message }}
@enderror
Certification Body
@error('certificationBody')
{{ $message }}
@enderror
Delete Certification
Are you sure want to delete?
Delete
@csrf
Cancel
@include('layouts.footer')