diff --git a/resources/views/ticket/show.blade.php b/resources/views/ticket/show.blade.php index aba12e1f..8bb41972 100644 --- a/resources/views/ticket/show.blade.php +++ b/resources/views/ticket/show.blade.php @@ -83,7 +83,7 @@ {{ $ticket->created_at->diffForHumans() }} -
{{ $ticket->message }}
+
{{ $ticket->message }}
@foreach ($ticketcomments as $ticketcomment)