@extends('layouts.app') @section('content')
{{ trans('interface.collection-grouped') }} @if(isset($active['grouped']) && $active['grouped'] == 1)
@else
@endif
@if(count($news) > 0) @endif @if(count($lookBook) > 0)
@if(isset($active['grouped']) && $active['grouped'] == 1) @foreach($lookBook as $key => $issue)

{{ $issue->collection_item->collection }}

@if($issue->cover) @else @endif
@if((($key + 1) % 2) === 0)
@endif @endforeach @else @foreach($lookBook as $key => $issue)

{{ $issue->collection_item->collection }}

@if($issue->img) @else @endif
@if((($key + 1) % 2) === 0)
@endif @endforeach @endif
@endif @if(count($stillLife) > 0)
@if(isset($active['grouped']) && $active['grouped'] == 1) @foreach($stillLife as $key => $issue)

{{ $issue->collection_item->collection }}

@if($issue->cover) @else @endif
@if((($key + 1) % 2) === 0) @endif @endforeach @else @foreach($stillLife as $key => $issue)

{{ $issue->collection_item->collection }}

@if($issue->img) @else @endif
@if((($key + 1) % 2) === 0)
@endif @endforeach @endif
@endif @if(count($fashionShow) > 0)
@foreach($fashionShow as $key => $video) @if((($key + 1) % 2) === 0) @endif @endforeach
@endif @if(count($productEducation) > 0)
@foreach($productEducation as $key => $video) @if((($key + 1) % 2) === 0) @endif @endforeach
@endif @if(count($pressRelease) > 0)
@foreach($pressRelease as $key => $issue)

{{ $issue->collection_item->collection }}

@if($issue->cover) @else @endif
@if((($key + 1) % 2) === 0) @endif @endforeach
@endif
@include('includes.video-wrapper') @endsection