@extends('platform.layout') @section('title',$ticket->reference) @section('content')
{{ $ticket->subject }} · {{ $ticket->tenant?->name ?? 'Plataforma' }}
{!! nl2br(e($message->body)) !!}