@if (count($galleries))
{{ $schoolSettings['gallery_section'] ?? 'Our Photo Gallery' }} {{ $schoolSettings['gallery_title'] ?? 'Tiny Scholars Showcase' }} {{ $schoolSettings['gallery_description'] ?? '' }}
@foreach ($galleries->take(1) as $row) @endforeach
@foreach ($galleries->skip(1)->take(2) as $row) @endforeach
@foreach ($galleries->skip(3)->take(2) as $row) @endforeach
@foreach ($galleries->skip(5)->take(2) as $row) @endforeach
@endif