{{-- Apology Banner Molecule - Atomic Composable v2.0 Professional apology message for ticket corrections/resends Note: All design tokens auto-injected via View Composer Usage: @component('emails.molecules.apology-banner', [ 'customerName' => 'John Doe', 'eventName' => 'Mohamed Abdo New Years Celebration 2025', 'colors' => $colors // Auto-injected but pass through ]) @endcomponent --}} @php $customerName = $customerName ?? 'Valued Customer'; $eventName = $eventName ?? 'the event'; @endphp @component('emails.organisms.alert-box', [ 'variant' => 'warning', 'title' => 'Updated Ticket Information', 'colors' => $colors ])

Dear {{ $customerName }},

We're writing to provide you with updated ticket information.

We recently identified a technical issue that affected the date display in some confirmation emails for {{ $eventName }}. Your tickets and booking are completely valid and your seats are confirmed.

This email contains your corrected ticket information with the accurate event date and time. Please use these tickets for entry.

We sincerely apologize for any confusion this may have caused.

Both tickets will work as if they are the same - so please only bring one.
We look forward to welcoming you.

Kind regards,
Global Gala Team

@endcomponent