#ID: {{ $ticket->id }}
{{ $ticket->subject }}
{{ $date->diffInMonths(Carbon::now()) >= 1 ? $date->format('j M Y, g:ia') : $date->diffForHumans() }}
{!! $ticket->message !!}
@if( $ticket->files )
@endif
@include('partials.site.replies')
Attached File: