@foreach ($project->images as $index => $image) @if($loop->index > 3) @break; @endif
@if(!isset($showViewPhotos) || !empty($showViewPhotos)) {{ $project->name }}-{{ $index }} @else {{ $project->name }}-{{ $index }} @endif
@endforeach
@if(!isset($showViewPhotos) || !empty($showViewPhotos)) {{ __('View photos') }} @endif