logo
makeMytripLogo
  • Home
  • VWEP
  • Masterclass
  • Jobs
  • Courses
  • Blogs
  • For Corporates
    • @auth
      @if(Auth::user()->student && Auth::user()->student->profile_image) user @else user @endif

      {{Auth::user()->username}}

      {{Auth::user()->email}}

      Complete your profile

      @php $total=0; if( Auth::user()->student){ $user=Auth::user(); if(count($user->student->student_qualifications)>0){ $total=$total+10; } if($user->student->email && $user->phone_number){ $total=$total+10; } if($user->student->cv ){ $total=$total+10; } if($user->student->dob ){ $total=$total+10; } if($user->student->gender ){ $total=$total+10; } if($user->student->country && $user->student->city ){ $total=$total+10; } if($user->student->profile_image ){ $total=$total+10; } if(count($user->student->student_skills)>0){ $total=$total+10; } if(count($user->student->student_certificates)>0){ $total=$total+10; } if(count($user->student->student_experiences)>0){ $total=$total+10; } } @endphp
      {{$total}}%
      @endauth
        @auth
      • Dashboard
      • My Courses
      • My Masterclass
      • My VWEP
      • icon My Application
      • My Wishlist
      • @csrf
      • @else
      • Login
      • Sign Up
      • @endauth