id }}); mobileView = 'detail'"
class="p-5 cursor-pointer transition-all relative group"
:class="selectedId === {{ $email->id }} ? 'bg-pink-500/5' : 'hover:bg-white/[0.02]'">
@if(!$email->is_read)
@endif
{{ $email->sender_name ?: $email->sender_email }}
{{ $email->received_at?->diffForHumans(['short' => true]) }}
{{ $email->subject }}
{{ $email->preview }}
@if($email->attachment_size > 0)
@endif
@empty
{{-- ═══ Cinematic Empty State ═══ --}}
{{-- Animated Envelope Icon --}}
No emails yet
Send an email to your address and it will appear here instantly
{{-- Current mailbox address for easy reference --}}
@if($currentMailbox)
@endif
{{-- Animated "Waiting" Indicator --}}