@foreach ($data['year'] ?? [] as $itemYear)
@foreach ($gallerys[$itemYear['title']] ?? [] as $itemGallery) @if ($itemGallery['type'] == 'big_left')
@foreach ($itemGallery['image_squares'] ?? [] as $itemImageSquare) @endforeach
@endif @if ($itemGallery['type'] == 'big_right')
@foreach ($itemGallery['image_squares'] ?? [] as $itemImageSquare) @endforeach
@endif @endforeach
@endforeach