{{ $ticket->id }}
Category:
{{ $ticket->category }}
Status:
@if($ticket->status === 'sent')
Sent
@elseif($ticket->status === 'in_progress')
In Progress
@elseif($ticket->status === 'closed')
Closed
@else
{{ ucfirst(str_replace('_', ' ', $ticket->status)) }}
@endif
{{ $msg->message }}
No messages yet.
@endforelseNo further replies can be added to this ticket.