@extends('layouts/contentNavbarLayout') @section('title', 'Tables - Basic Tables') @section('page-script') @endsection @section('content')
No FAQs available for this project.
@endifTestimonial: {{ $testimonial->text_content }}
@elseif($testimonial->type == 'video') @php // Check if the video URL is a YouTube URL $isYouTube = preg_match( '/youtube\.com\/watch\?v=([^&]+)/', $testimonial->video_url, $matches, ); $videoId = $isYouTube ? $matches[1] : null; $isLocalVideo = !$isYouTube && !empty($testimonial->video_url); @endphp @if ($isYouTube)YouTube Video Preview:
@elseif ($isLocalVideo)Local Video Preview:
@elseInvalid video URL
@endif @endifNo testimonials available for this project.
@endif