{{-- ── Resize handle (drag the top edge) ──────────────────────────────── --}}
{{-- ── Title bar ──────────────────────────────────────────────────────── --}}
@if(!empty($to)) Reply to {{ $to }} @else Reply @endif @if($sent) Sent @endif @if($error) Error @endif
{{-- ── Compose body ────────────────────────────────────────────────────── --}}
{{-- Header fields --}}
@error('to')
{{ $message }}
@enderror @error('subject')
{{ $message }}
@enderror @error('bodyHtml')
Please write a reply before sending.
@enderror
From
To
Subject
Template
@if($templates->isEmpty()) No templates available @else @endif
{{-- Template preview panel --}}
Template Preview
{{-- WYSIWYG toolbar --}}
@if($templateId) @php $activeTpl = $templates->firstWhere('id', $templateId); @endphp @if($activeTpl)
{{ $activeTpl->name }}
@endif @endif
{{-- Editable body --}}
@if($signature)
{!! $signature !!}
@endif
{{-- Footer --}}
via {{ $senders->firstWhere('id', $senderId)?->email_address ?? '—' }}
{{-- /compose body --}}