@if(session('message'))
@endif
@foreach($ticket['replies']['reply'] as $t)
@endforeach
{{ session('message') }}
Reply
{{ $t['name'] ? $t['name'] : $t['admin'] }} Posted on {{ date('l jS F H:i', strtotime($t['date'])) }}
{!! htmlspecialchars_decode($t['message']) !!}