{{-- @foreach ($albums as $album) {{ $album->name }} @if ($album->images && count($album->images) > 0) @foreach ($album->images as $image) @endforeach @else @endif @endforeach --}} @foreach ($beforeafter as $album) @foreach ($album->images->take(2) as $img) @endforeach @endforeach @foreach ($gallery_albums as $index => $galbum) @foreach ($galbum->images->take(6) as $img) @endforeach @endforeach