{{ $user->getCompleteName() }}

{{ env('APP_NAME') }}

{{ date('m-d-Y') }} | {{$countImages}} {{ __('lang.photos') }}

{{$title}}

@foreach($galleryItemsGrouped as $group) @foreach($group as $galleryItem) @endforeach @endforeach
@if (in_array($galleryItem->type, \App\Models\ProjectGallery::MIME_TYPE_IMAGE_ALLOWED)) @else @endif
{{ $galleryItem->createdBy->getCompleteName() }} {{ date('n/j/Y, g:ia', strtotime($galleryItem->created_at)) }} {{ $galleryItem->project->name }}
    @foreach($galleryItem->projectGalleryComments as $comment)
  • {{ $comment->createdBy ? $comment->createdBy->getCompleteName() : __('lang.anonymous') }}: {{$comment->comentario}}
  • @endforeach