@include('mieayam.style') @include('HeroSection.Homestyle')
@php $backgroundVideo = $heroVideos->where('is_background', true)->where('is_active', true)->first(); $mainVideos = $heroVideos->where('is_background', false)->where('is_active', true)->sortBy('position')->values(); @endphp @if($backgroundVideo){{ $video->description }}
--}}