@extends('layout.app') @section('content') @foreach($galleries as $index => $gallery) @if($index < 6 || ($index > 5 && $index % 1 == 0)) @if($index > 0) @endif @endif @if($index == count($galleries) - 1) @endif @endforeach @endsection