@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
@include('web._partials.gallery_slider_fit', [
'galleries' => $speaking->gallery_image,
])
@endif