@php $metas = null; @endphp @extends('master') @section('main_content') {{-- {{dd($mentor);}} --}}

{{$mentor->name}}

{{$mentor->designation}}

{{$mentor->rating}} {{-- @if (isset($mentor->linkedin))
  • @endif @if (isset($mentor->twitter))
  • @endif --}} {{-- 65 Mentorship call taken --}}
    {{-- --}}

    Area of Expertices

    @foreach (explode(',', $mentor->area_of_expertise) as $item) @if (!empty(trim($item))) {{$item}} @endif @endforeach {{-- Data Mining Machine Learning Product Management --}}

    About

    {{$mentor->about}}

    Languages Spoken

    {{$mentor->languages}}

    Experience

    {{date("Y") - $mentor->active_since}}+

    {{--
    • Data Scientist
    --}}

    Social Media

    @if (isset($mentor->linkedin)) @endif @if (isset($mentor->twitter)) @endif {{--

    Rating & Reviews

    5.0

    53 ratings given for Linda Oranya

    --}}

    Choose a Session Type

    @foreach ($sessions as $session) {{-- {{dd($session);}} --}}

    {{$session->title}}

    {{$session->duration}} mins

    {{$session->description}}

    {{$session->old_price}}
    {{$session->price}}
    Book Now
    @endforeach {{--

    Resume Review

    45 mins

    Your CV is not attracting the right opportunities? Our Career experts can help with that!

    2200
    1500
    Book Now
    --}}
    @endsection