--}}
{{-- @if($firstVideo->id ?? null)--}}
{{--
--}}
{{-- @endif--}}
{{-- @if(count($galleries))--}}
{{-- @foreach($galleries as $gallery)--}}
{{-- @if($gallery[0]['type'] == 'image_type')--}}
{{--
--}}
{{-- @endif--}}
{{-- @if($gallery[0]['type'] == 'video_type')--}}
{{-- @if($gallery[0]['id'] == $firstVideo->id) @continue @endif--}}
{{--
--}}
{{-- @endif--}}
{{-- @endforeach--}}
{{-- @else--}}
{{--
{{__('galleries.no_data')}}
--}}
{{-- @endif--}}
{{--