@extends('layouts.app') @section('content')
{{-- Breadcrumb --}}
{{-- Left: Profile Image & Key Info --}}
{{-- Abstract Pattern --}}
@if($mab->image) {{ $mab->name }} @else
{{ substr($mab->name, 0, 1) }}
@endif

{{ $mab->name }}

{{ $mab->designation }}

@if($mab->location)
{{ $mab->location }}
@endif @if($mab->session)
Session: {{ $mab->session->title }}
@endif
{{-- Right: Bio & Content --}}

Professional Profile

@if($mab->about)
{{ $mab->about }}
@else
Information regarding this member's detailed profile is currently being updated.
@endif
{{-- CTA --}}

Want to consult with our experts?

Join Community
@endsection