@extends('web.layouts.container') @section('content')
{{-- 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)--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
{{__('main.file') . ' - ' . $loop->iteration}}
--}} {{-- --}} {{-- {{__('main.download_file')}}--}} {{-- --}} {{--
--}} {{--
--}} {{-- @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)--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
{{__('main.file') . ' - ' . $loop->iteration}}
--}} {{-- --}} {{-- {{__('main.download_file')}}--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{-- @else--}} {{--
{{__('main.no_data')}}
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}}

{{__('main.see_more_about_us')}}

@endsection @section('inner_js') @endsection