@extends('layouts.frontendapp') @section('title', config('app.name')) @section('content')
{{ $speaker->designation ?? '' }}
{{ $speaker->bio ?? 'No biography available.' }}