{{-- Header: back + meta + actions --}}
UID: {{ $uid }} {{ $date }} @foreach (($flags ?? []) as $flag) {{ $flag }} @endforeach

{{ $subject }}

From: {{ $fromName ?: $fromEmail }} To: you
{{-- Star / Unstar (optimistic) --}} {{-- Reply (collapsible toggle) --}} {{-- Delete --}}
{{-- View toggle --}}
View
{{-- Scrollable message container --}}
{{-- Attachments --}} @if (!empty($attachments))
Attachments ({{ count($attachments) }})
    @foreach ($attachments as $i => $att)
  • {{ $att['filename'] }}
    {{ $att['contentType'] ?? 'file' }}
    Download
  • @endforeach
@endif {{-- Reply (collapsible) --}}
Reply
{{-- Filament form (chips for To/Cc, subject, body) --}} {{ $this->form }}