@foreach($comments as $comment)
@lang('Name') @lang('Email') @lang('Post') @lang('New') @lang('Valid') @lang('Creation')
{{ $comment->user->name }} {{ $comment->user->email }} {{ $comment->post->title }} ingoing) ? 'disabled' : 'checked'}}> user->valid ? 'checked disabled' : ''}}> {{ $comment->created_at->formatLocalized('%c') }}
@endforeach