✓ Sent — reception will get back to you shortly.
@endif
@if ($errors->any())
@forelse ($messages as $m)
@if (($m->direction ?? 'out') !== 'in' && $m->title)
{{ $m->title }}
@endif{{ $m->body }}
{{ optional($m->created_at)->format('H:i') }}
@empty
No messages yet — say hello below and reception will reply here and on your TV.
@endforelse