@extends('website.layout') @section('title') {{$title}} @endsection @section('meta') {{$meta}} @endsection @section('content')

{{$mentor->name}}

{{$mentor->designation}}, {{$mentor->organization}}

{{$mentor->city->name}}, {{$mentor->state->name}}

{{$mentor->summary}}

@if($mentor->expertise_names)

Expertise

@foreach($mentor->expertise_names as $k)

{{$k}}

@endforeach
@endif
@endsection @section('customjs') @endsection