Comments

{{ csrf_field() }}
{{-- Create Visit --}}

@foreach ($ticket->comments as $comment)
{{ $comment->owner->name }} {{ $comment->created_at->diffForHumans() }} {{ $comment->body }}
@endforeach