@extends('front.layouts.main') @section('title')Dashboard @endsection @section('content')
@if(Session::get('fail_message', false)) @component('front.components.message') {{ Session::get('fail_message') }} @endcomponent @endif @if(Session::get('success')) @component('front.components.message') {{ Session::get('success') }} @endcomponent @endif
@if($isRecommended == true)
{{Carbon\Carbon::now()->format('H:i d M Y')}}

We have found {{$hotJobs->count()}} new jobs matches your profile. Click here to view.

@endif @if(count($activities) > 0)
@foreach($activities as $key => $activity) @if($activity->text == "job_application" && $activity->trackable && $activity->trackable->job != null)
Activity Image
{{$activity->created_at_formatted}}

{{ @trans('client_dashboard.your_job_application_for') }} {{$activity->trackable->job->nameformatted}} {{ @trans('client_dashboard.submited') }}.

@endif @if($activity->text == "cv_submitted" && $activity->trackable->job != null)
Activity Image
{{$activity->created_at_formatted}} {{--

{{ @trans('client_dashboard.your_cv') }} {{$activity->trackable->job->nameformatted}} {{ @trans('client_dashboard.has_sent') }}.

--}}

Your Profile and CV has been submitted for the {{$activity->trackable->job->nameformatted}} role and is currently under review by the hiring organisation.

@endif @if(($activity->text == "cv_rejected" || $activity->text == "rejected_from_job") && $activity->trackable->job != null )
Activity Image
{{$activity->created_at_formatted}}

The hiring organisation has reviewed your CV for the {{$activity->trackable->job->nameformatted}} role and will unfortunately not take your application further.

{{ @trans('client_dashboard.reason') }}

@if($activity->trackable->cv_rejection_reason) {{ $activity->trackable->cv_rejection_reason }}
@endif @if($activity->trackable->cv_rejection_reason_other) {{ $activity->trackable->cv_rejection_reason_other }}
@endif @isset($activity->trackable->feedback->rejection_reason) {{ $activity->trackable->feedback->rejection_reason }}
@endisset {{-- {{ @trans('client_dashboard.keep_browsing_similiar_jobs') }}. --}}

@endif @if($activity->text == "removed_from_job" && $activity->trackable->job != null )
Activity Image
{{$activity->created_at_formatted}}

Your profile has been reviewed with the regards to your job application on the {{$activity->trackable->job->nameformatted}} role.

We are sorry to inform that your application was unsuccessful for the following reason(s):

{{ @trans('client_dashboard.reason') }}
    @if(isset($activity->trackable->is_experience_mismatch) && $activity->trackable->is_experience_mismatch == 1)
  • {{ trans('client_dashboard.experience_not_match') }}
  • @endif @if(isset($activity->trackable->is_salary_mismatch) && $activity->trackable->is_salary_mismatch == 1)
  • {{ trans('client_dashboard.salary_not_match') }}
  • @endif @if(isset($activity->trackable->is_qualification_mismatch) && $activity->trackable->is_qualification_mismatch == 1)
  • {{ trans('client_dashboard.qualification_not_match') }}
  • @endisset @if(isset($activity->trackable->is_job_requirement_mismatch) && $activity->trackable->is_job_requirement_mismatch == 1)
  • {{ trans('client_dashboard.job_requirement_not_match') }}
  • @endisset @if(isset($activity->trackable->other_reason) && $activity->trackable->other_reason != null)
  • {{ $activity->trackable->other_reason }}
  • @endisset
@endif @if(($activity->text == "interview_booked" || $activity->text == "interview_rebooked") && $activity->trackable->job != null)
Activity Image
{{$activity->created_at_formatted}}

Your {{numberToWord($activity->trackable->interview_count)}} interview for the {{$activity->trackable->job->nameformatted}} role has been @if($activity->text == "interview_booked") scheduled @else rescheduled @endif.@if($activity->trackable->interview && ($activity->trackable->interview->status == "next_interview_requested" || $activity->trackable->interview->status == "document_requested")) Click to view feedback @endif

{{$activity->trackable->interview_time_formatted}}, {{$activity->trackable->interview_date_formatted}}

{{($activity->trackable->type == 'Skype') ? 'Virtual' : $activity->trackable->type}}

@if($activity->trackable->type == "Skype")

{{$activity->trackable->skype}}

@elseif($activity->trackable->type == "Face To Face")

{{$activity->trackable->location}}

@else

{{$activity->trackable->telephone}}

@endif

{{$activity->trackable->job->recruiter->first_name}}, {{$activity->trackable->job->recruiter->mobile}}

@if($activity->trackable->notes_for_candidate)

{{$activity->trackable->notes_for_candidate}}

@else

-

@endif
@endif @if($activity->text == "screening_booked")
Activity Image
{{$activity->created_at_formatted}}

You have been invited to Empower for a screening interview. A screening interview is an opportunity to meet a member of the Empower team and assess what opportunities are on the market.

{{$activity->trackable->time_formatted}}, {{$activity->trackable->date_formatted}}

{{($activity->trackable->type == 'Skype') ? 'Virtual' : $activity->trackable->type}}

@if($activity->trackable->type == "Skype")

{{$activity->trackable->skype}}

@elseif($activity->trackable->type == "Face To Face")

{{$activity->trackable->location}}

@else

{{$activity->trackable->telephone}}

@endif

{{$activity->trackable->recruitBy->first_name}}, {{$activity->trackable->recruitBy->mobile}}

{{$activity->trackable->notes}}

@endif @if($activity->text == "document_requested" && $activity->trackable->job != null)
Activity Image
{{$activity->created_at_formatted}}

We require your @foreach($activity->trackable->requestedDocs as $key => $document)@if($key != 0),@endif {{$document->documentDetails->name}} @endforeach in order to proceed with your application for the {{$activity->trackable->job->nameformatted}} role. Please use the link below to upload the relevant document(s).

@foreach($activity->trackable->requestedDocs as $key => $document) @if($document->status == "pending")
@endif @endforeach
@foreach($activity->trackable->requestedDocs as $key => $document) @if($document->status == "completed") Uploaded @break @endif @endforeach
@foreach($activity->trackable->requestedDocs as $key => $document) @if($document->status == "completed")

{{$document->documentDetails->name}} uploaded successfully.

@endif @endforeach
@endif @if($activity->text == "hired" && $activity->trackable->job != null)
Activity Image
{{$activity->created_at_formatted}}

Congratulation {{$activity->trackable->user->first_name}} you have been hired for the {{$activity->trackable->job->nameformatted}} role. Please find a link to your signed offer letter / contract here. All the best with your new role!

@endif @if($activity->text == "new_blog_post") @if($activity->trackable != null)
Activity Image
Blog Image
{{$activity->trackable->posted_date_log_formatted}}

{{$activity->trackable->title}}

{{$activity->trackable->news_category->name}}
@endif @endif @if($activity->text == "contact_info_update" || $activity->text == "personal_section_update" || $activity->text == "new_education_section" || $activity->text == "update_education_section" || $activity->text == "new_certificate_section" || $activity->text == "update_certificate_section" || $activity->text == "new_experience_section" || $activity->text == "update_experience_section" || $activity->text == "new_reference_section" || $activity->text == "update_reference_section" || $activity->text == "update_renumeration_section" || $activity->text == "update_document_section" )
@php $text = ""; @endphp @if($activity->text == "contact_info_update") @php $text = "updated Contact Information section"; @endphp @elseif($activity->text == "personal_section_update") @php $text = "updated Personal Information section"; @endphp @elseif($activity->text == "new_education_section") @php $text = "added new Education"; @endphp @elseif($activity->text == "update_education_section") @php $text = "updated Educations section"; @endphp @elseif($activity->text == "new_certificate_section") @php $text = "added new Certificate"; @endphp @elseif($activity->text == "update_certificate_section") @php $text = "updated Certificate section"; @endphp @elseif($activity->text == "new_experience_section") @php $text = "added new Experience"; @endphp @elseif($activity->text == "update_experience_section") @php $text = "updated Experience section"; @endphp @elseif($activity->text == "new_reference_section") @php $text = " added new Referees"; @endphp @elseif($activity->text == "update_reference_section") @php $text = "References section"; @endphp @elseif($activity->text == "update_renumeration_section") @php $text = " updated Remunaration section"; @endphp @else @php $text = "uploaded new Document"; @endphp @endif
Activity Image
{{$activity->created_at_formatted}}

You’ve {{$text}}.

@endif {{-- show super senior related activities --}} @if($activity->text == "super_senior_request" || $activity->text == 'super_senior_request_accepted' || $activity->text == 'super_senior_request_rejected' || $activity->text == 'super_senior_activated' || $activity->text == 'super_senior_deactivated')
Activity Image
{{$activity->created_at_formatted}}

@if($activity->text == "super_senior_request") Thank you, your super senior profile application is under review by Empower team. @endif @if($activity->text == "super_senior_request_accepted") Congratulations, your super senior profile application is approved! @endif @if($activity->text == "super_senior_request_rejected") Sorry, your super senior profile application is rejected!
Please be in touch with your Talent Adviser or contact the Empower support team to know more! @endif @if($activity->text == "super_senior_activated") Congratulations, your profile have a super senior candidate benefits now!
Please be in touch with your Talent Adviser or contact the Empower support team to know more! @endif @if($activity->text == "super_senior_deactivated") Sorry, super senior profile benefits have been removed from your candidate profile!
Please be in touch with your Talent Adviser or contact the Empower support team to know more! @endif

@endif @if($activity->text == "new_movement_article" || $activity->text == "approve_movement_article" || $activity->text == "reject_movement_article" || $activity->text == "update_movement_article" || $activity->text == "approve_updated_movement_article" || $activity->text == "reject_updated_movement_article")
Activity Image
@if(($activity->text == 'reject_movement_article' || $activity->text == 'reject_updated_movement_article'))
{{$activity->created_at_formatted}}

@if($activity->text == 'reject_movement_article') Your recently published an article that has been rejected. @elseif($activity->text == 'reject_updated_movement_article') Your recently made edits to a published article that have been rejected. @endif

{{$movement_title}}

@if($reject_reason)

{{ $reject_reason }}

@else

-

@endif
@else
{{$activity->created_at_formatted}}

@if($activity->text == 'new_movement_article') You made a move! Your new article is being reviewed by our content moderators. @elseif($activity->text == 'reject_movement_article') Your recently published an article that has been rejected. @elseif($activity->text == 'approve_movement_article') You are live! Click here to view your new Article & don't forget to share it @elseif($activity->text == 'update_movement_article') Our content moderators have received your article edits and will provide feedback shortly. @elseif($activity->text == 'approve_updated_movement_article') Your published edits have been approved. View your updated article here. @elseif($activity->text == 'reject_updated_movement_article') Your recently made edits to a published article that have been rejected. @endif

@endif
@endif @if($activity->text == "approve_consultant_profile" || $activity->text == "reject_consultant_profile" || $activity->text == "approve_consultant_inquiry" || $activity->text == 'successfull_consultant_payment' || $activity->text == 'renew_consultant_payment' || $activity->text == 'refund_consultant_payment')
Activity Image
@if($activity->text == 'reject_consultant_profile' && isset($activity->trackable->reject_reason))
{{$activity->created_at_formatted}}

Your Consulting Marketplace profile has been rejected by our moderators.

{{ @trans('client_dashboard.reason') }}

{{ $activity->trackable->reject_reason }}

@else
{{$activity->created_at_formatted}}

@if($activity->text == 'approve_consultant_profile') @if(isset($activity->trackable) && isset($activity->trackable->slug)) Welcome to the Consulting Marketplace. Your profile has been approve, click here to view your public profile @endif @elseif($activity->text == 'reject_consultant_profile') Your Consulting Marketplace profile has been rejected by our moderators. @elseif($activity->text == 'approve_consultant_inquiry') Great decision - you have approved a recent Consulting Request. @elseif($activity->text == 'successfull_consultant_payment') @if(isset($activity->trackable) && isset($activity->trackable->plan)) You have successfully paid for the {{ $activity->trackable->plan->name }} package on the Consulting Marketplace. Your profile is under review by our content moderators and wil be actioned soon. @endif @elseif($activity->text == 'renew_consultant_payment') @if(isset($activity->trackable) && isset($activity->trackable->plan)) You have successfully paid for the {{ $activity->trackable->plan->name }} package on the Consulting Marketplace. @endif @elseif($activity->text == 'refund_consultant_payment') @if(isset($activity->trackable) && isset($activity->trackable->amount)) You have been provided a refund to the sum of {{ $activity->trackable->amount }}. Click here to view your payment history. @endif @endif

@endif
@endif @if($activity->text == "received_consulting_request")
Activity Image
{{$activity->created_at_formatted}}

URGENT: You have received a Consulting Request. Click here to review the project and provide feedback.

@endif @endforeach {{$activities->links()}}
@else

Welcome to the Smart Platform!

We already have your basic information, however we will require some additional information to activate the job matching technology including below; please go to Edit Profile to fill up these details.

  • Additional Contact Information
  • Personal Information
  • Education History
  • Awards, Certificates & Qualifications
  • Experience History
  • Referee Contact Information
  • Remuneration Expectations

This seems like a lot; but we promise you will experience the benefit because the more accurate and detailed the information you input the more likely you are to find relevant job opportunities.

There is a running algorithm based on the information input on your Profile Page; we now have a Recommended Jobs Page where the Smart Platform will automatically match you to opportunities that suit your experience. When new vacant jobs are posted you will also receive notifications making sure you never miss the chance to apply!

We are committed to making your career navigation easier and more convenient; over the coming months we will be launching several new features to ease this process for you.

Thank you for being part of the Empower Family!

@endif
@endsection @push('pageJs') @endpush @push('pageModals')
{{-- start multiple file upload --}} {{-- end multiple file upload --}} @endpush