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