@extends('frontend.layouts.main') @section('head') @section('og:title', $virtualExp->title . " | VWEP" ) @section('og:description', $virtualExp->description) @section('og:image', $virtualExp->image) @section('og:image:width', '200') @section('og:image:height', '100') @section('og:type', 'website') @endsection @section('content')
company-logo

{{$virtualExp->title}}

{{$virtualExp->description}}

This Job Simulation is Free

@guest Register Now @endguest
About the Simulation

{{$virtualExp->about}}

Job Simulation Overview

Mode: {{$virtualExp->self_pace_duration}}

Task Time: {{$virtualExp->duration}}

Task Level: {{$virtualExp->difficulty_level->difficulty_level}}

How It Works

Complete a Task

Engage in industry level tasks at your own pace and real-world model solutions provided by our team at {{$virtualExp->company->company_name}}. Enjoy the flexibility of no live sessions.

Earn a Certificate

Receive a certificate upon completion, enhancing your resume and LinkedIn profile with valuable co-curricular experience.

Interview 

Stand out in job applications by gaining the skills to confidently tackle interview questions and demonstrate your fit for the team.

Skills you will learn and practice:

@php $virtualExp_skills=explode(',',$virtualExp->skills) @endphp @foreach($virtualExp_skills as $virtualExp_skill)
{{$virtualExp_skill}}
@endforeach
@auth @endauth @guest @endguest @if(auth()->check()) @if($user_task_responses_count ===0 ) Enroll Now @elseif( $user_task_responses_count >=0 && $user_task_responses_count < count($virtualExp->virtual_exp_what_will_you_learns)) Resume @elseif($user_task_responses_count === count($virtualExp->virtual_exp_what_will_you_learns)) Completed @endif @else Enroll Now @endif

Earn a certificate and add it to your resume and LinkedIn as an extra curricular activity.

video img

Introductory video from {{$virtualExp->company->company_name}}

{{$virtualExp->video_intro_description}}

What will You Learn?

    @foreach($virtualExp->virtual_exp_what_will_you_learns as $virtual_exp_what_will_you_learn)
  • {{$virtual_exp_what_will_you_learn->title}}

    {{$virtual_exp_what_will_you_learn->description}}

    Practical skills you will gain from working on this task:

    @php $skills=explode(',',$virtual_exp_what_will_you_learn->skills); @endphp @foreach($skills as $skill)
    {{$skill}}
    @endforeach
  • @endforeach
How Will You Benefit?
certificate-contract
Earn a Certificate

When you complete the {{$virtualExp->title}}, you'll receive a personalized certificate recognizing your achievement

certificate-contract
LinkedIn stand out

You’ll be able to include this experience on your CV and LinkedIn profile, demonstrating your proactive engagement in professional development.

certificate-contract
Gain experience

When you complete the {{$virtualExp->title}}, you'll gain practical skills and knowledge that will enhance your career readiness.

Not what you wanted ?

Browse job simulations that match your career interest

@php $labels=['label','typ-yellow','typ-blue','typ-purple']; @endphp @foreach($all_virtual_exp_programs as $key=> $all_virtual_exp_program) @php $label = $labels[$key % count($labels)]; @endphp @endforeach
@endsection