{{ $item->name ?? '' }} ({{ $item->user_type ?? '' }})
Posted on {{ date('jS F,Y',strtotime($item->created_at.' '.$timezone)) }}{!! $item->message ?? '' !!}
@if(sizeof($item->ticket_attachment)>0)Attachment
-
@foreach($item->ticket_attachment as $key=>$attachment)
- {{ $attachment->file_name }} @endforeach