cvCV & Documentation

CV

@if(isset($resume))

{{ $resume->title }}

@if(Auth::user()->id == $resume->uploadedBy->id)

Uploaded by you on {{ date('d M Y',strtotime($resume->updated_at)) }}

@else

Uploaded by Empower Team on {{ date('d M Y',strtotime($resume->updated_at)) }}

@endif
@else

report_problemNo CV uploaded yet! Please attach your Word format CV here.

@endif

Payslip

@if(isset($salaryDoc) && count($salaryDoc) > 0) @foreach($salaryDoc as $key => $salary)

{{$salary->title}}

@if(Auth::user()->id == $salary->uploadedBy->id)

Uploaded by you on {{ date('d M Y',strtotime($salary->updated_at)) }}

@else

Uploaded by Empower Team on {{ date('d M Y',strtotime($salary->updated_at)) }}

@endif
@endforeach @else

report_problemNo payslip uploaded yet!

@endif

Identification

@if(isset($identifications) && count($identifications) > 0) @foreach ($identifications as $key => $identification)

{{ $identification->title }}

@if(Auth::user()->id == $identification->uploadedBy->id)

Uploaded by you on {{ date('d M Y',strtotime($identification->updated_at)) }}

@else

Uploaded by Empower Team on {{ date('d M Y',strtotime($identification->updated_at)) }}

@endif
@endforeach @else

report_problemNo identification documents uploaded yet!

@endisset

Previous Employment Docs

@if(isset($prev_emp_docs) && count($prev_emp_docs) > 0) @foreach ($prev_emp_docs as $key => $pre_emp_doc)

{{ $pre_emp_doc->title }}

@if(Auth::user()->id == $pre_emp_doc->uploadedBy->id)

Uploaded by you on {{ date('d M Y',strtotime($pre_emp_doc->updated_at)) }}

@else

Uploaded by Empower Team on {{ date('d M Y',strtotime($pre_emp_doc->updated_at)) }}

@endif
@endforeach @else

report_problemNo documents uploaded here!

@endisset

Additional Docs

@if(isset($additional_docs) && count($additional_docs) > 0) @foreach ($additional_docs as $key => $add_doc)

{{ $add_doc->title }}

@if(Auth::user()->id == $add_doc->uploadedBy->id)

Uploaded by you on {{ date('d M Y',strtotime($add_doc->updated_at)) }}

@else

Uploaded by Empower Team on {{ date('d M Y',strtotime($add_doc->updated_at)) }}

@endif
@endforeach @else

report_problemNo documents uploaded here!

@endisset
@push('pageModals') @include('front.modules.profile.modals.modals') @endpush @push('pageJs') @endpush