@extends('website.layout') @section('title') {{$title}} @endsection @section('meta') {{$meta}} @endsection @section('content') Linkedin {{$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 @foreach($related as $r) {{$r->name}} {{$r->designation}}, {{$r->organization}} @endforeach @endsection @section('customjs') @endsection
{{$mentor->designation}}, {{$mentor->organization}}
{{$mentor->city->name}}, {{$mentor->state->name}}
{{$mentor->summary}}
{{$k}}
{{$r->designation}}, {{$r->organization}}