@extends('layouts.frontendapp') @section('title', config('app.name')) @section('content')
Bio
{{ $speaker->bio ?? 'N/A' }}
{{ $speaker->email ?? 'N/A' }}
Phone
{{ $speaker->phone ?? 'N/A' }}
Designation
{{ $speaker->designation ?? 'N/A' }}
Company
{{ $speaker->company ?? 'N/A' }}
Location
{{ $speaker->place ?? 'N/A' }}
@if(!empty($speaker->linkedin_url)) {{ $speaker->linkedin_url }} @else N/A @endif
@if(!empty($speaker->facebook_url)) {{ $speaker->facebook_url }} @else N/A @endif
@if(!empty($speaker->instagram_url)) {{ $speaker->instagram_url }} @else N/A @endif
@if(!empty($speaker->twitter_url)) {{ $speaker->twitter_url }} @else N/A @endif
@endif
{{ $event->location ?? '' }}
{{ $event->description ?? '' }}