@lang('gallery.photo_comments_heading')

@lang('gallery.photo_comments_reply_form_heading')

@lang('gallery.photo_comments_reply_form_p1')


@include(Theme::viewName('partials.photo_comments_reply_form')) @if ($photo->approvedComments()->count() > 0) @foreach ($photo->approvedComments as $comment) @include(Theme::viewName('partials.photo_single_comment')) @endforeach @endif