Inbox

Your emails

@forelse ($mails as $mail) @empty

No emails found.

@endforelse
{{ $mails->links() }}
@if ($selectedMail)

{{ $selectedMail['subject'] }}

From: {{ $selectedMail['from_name'] }} ({{ $selectedMail['from_email'] }})

{{ $selectedMail['body'] }}

Reply

@if ($replyNotice)
{{ $replyNotice }}
@endif
@error('replyBody')

{{ $message }}

@enderror
@endif