Success Stories ( Videos )
@php
$teamsSectionTitle = getDataBySlug('Widget', 'home-video-gallery-section-title', 'content');
@endphp
@if ($teamsSectionTitle)
{!! $teamsSectionTitle->content ?? '-' !!}
@endif
@foreach ($homeVideos as $key => $video)
@if ($key == 0)
@endif
@endforeach
@push('styles')
@endpush
@push('scripts')
@endpush