@if($showModal)

Compose Email

Create a new email with AI enhancement

@if($error)
{{ $error }}
@endif @if($success)
{{ $success }}
@endif
@error('to') {{ $message }} @enderror
@error('subject') {{ $message }} @enderror
@error('body') {{ $message }} @enderror
@if(count($attachments) > 0)

Attachments

@foreach($attachments as $index => $attachment)
{{ $attachment->getClientOriginalName() }} ({{ number_format($attachment->getSize() / 1024, 1) }} KB)
@endforeach
@endif
@endif