@section('seo') @include('layouts._front_includes._seo', ['seo' => $speaking->seo]) @endsection @push('frontend_css') @endpush @extends('layouts.frontend_master') @section('content')
{{ $speaking->cover_image->alt }}
Speaking

{{ $speaking->title }}

{{ $speaking->short_title }}

{!! $speaking->title !!}

{!! $speaking->description !!}
{!! $speaking->description1 !!}
@if (!empty($speaking->description4)) @php $videoId = null; $url_parts = explode('v=', $speaking->description4); if (isset($url_parts[1])) { $videoId = explode('&', $url_parts[1])[0]; } @endphp @if (!empty($videoId)) @endif @endif @if (!empty($speaking->title2) && !empty($speaking->description2))

{!! $speaking->title2 !!}

{!! $speaking->description2 !!}
@endif @if ($speaking->gallery_image->count())

Gallery

@endif
@endsection @push('frontend_js') @endpush