{!! $ln_pg->timer_title !!}
0
Days
0
Hours
0
Minutes
0
Seconds
@if($ln_pg->video_url)
@endif
@php
$url = $ln_pg->video_url;
$youtubeId = null;
if (preg_match('/(?:youtube\.com\/(?:[^\/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=)|youtu\.be\/)([^"&?\/\s]{11})|youtube\.com\/shorts\/([^"&?\/\s]{11})/', $url, $matches)) {
$youtubeId = $matches[1] ?: $matches[2];
}
@endphp
@if($youtubeId)
@endif