Message reception

{{ $propertyName }} · Room {{ $device->unit_name }}
@if (session('sent'))
✓ Sent — reception will get back to you shortly.
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@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
@csrf