@props([ 'embedSrc' => null, 'provider' => null, 'title' => $title ?? 'Video', 'showTitle' => true, 'headingLevel' => 'h2', // h1–h6 ]) @php $Tag = in_array($headingLevel, ['h1','h2','h3','h4','h5','h6']) ? $headingLevel : 'h2'; @endphp @if($showTitle) <{{ $Tag }} class="mb-2 text-lg font-semibold text-gray-800 leading-snug line-clamp-2"> {{ $title }} @endif @if($embedSrc)
@else

We couldn’t embed this video.

Paste a valid YouTube or Vimeo URL (or the iframe). Example: https://vimeo.com/1126512997

@endif