@if (isset($galleryDestaques) && $galleryDestaques->count() > 0)
@foreach ($galleryDestaques->take(2) as $files)
@foreach ($files->photos->take(4) as $index => $file)
@if ($index == 0)
@endif
@endforeach
@endforeach
@else
Nenhuma galeria de fotos disponível no momento.
@endif
@foreach ($galleryDestaques->take(4) as $files)
@foreach ($files->photos->take(4) as $index => $file)
@if ($index == 0)
@endif
@endforeach
@endforeach