@extends('layouts.admin') @section('title', 'Speaker Details') @section('content_header')
Designation: {{ $speaker->designation }}
Description: {{ $speaker->description }}
@if($speaker->linkedin)LinkedIn: {{ $speaker->linkedin }}
@endifEvent Title | Date | Location |
---|---|---|
{{ $event->title }} | {{ $event->date }} | {{ $event->location }} |
This speaker is not associated with any events. |