{{-- All media --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- @if(count($galleries['image_type']))--}}
{{-- @foreach($galleries['image_type'] as $imageType)--}}
{{--
--}}
{{-- @endforeach--}}
{{-- @endif--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{-- @if(count($galleries['video_type']))--}}
{{-- @foreach($galleries['video_type'] as $videoType)--}}
{{--
--}}
{{-- @endforeach--}}
{{-- @endif--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{-- @if(count($galleries['magazine_type']))--}}
{{-- @foreach($galleries['magazine_type'] as $magazineType)--}}
{{--
--}}
{{-- @endforeach--}}
{{-- @endif--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- Image media --}}
@if(count($galleries['image_type']))
@foreach($galleries['image_type'] as $imageType)
@endforeach
@else
{{__('main.no_data')}}
@endif
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{-- Video media --}}
@if(count($galleries['video_type']))
@foreach($galleries['video_type'] as $videoType)
@endforeach
@else
{{__('main.no_data')}}
@endif
{{-- Magazine media --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- @if(count($galleries['magazine_type']))--}}
{{-- @foreach($galleries['magazine_type'] as $magazineType)--}}
{{--
--}}
{{-- @endforeach--}}
{{-- @else--}}
{{--
{{__('main.no_data')}}
--}}
{{-- @endif--}}
{{--
--}}
{{--
--}}
{{--
--}}