@extends('layouts.admin.index') @section('content') @if(session('success')) @endif @if(session('error')) @endif @if ($errors->any()) @endif

Send Event / Promotion Notification

{{-- Filtering Form --}}

@if($customers->count()) {{-- Email Template Preview Section --}}
Email Template Examples

General Combo

General Template

Birthday Combo

Birthday Template
{{-- Bootstrap Modal for Image Preview --}} {{-- Script to load clicked image into modal --}}
@csrf
Kindly select customers' email first before filling out the form.

@foreach($customers as $index => $customer) @endforeach
Select All No. Name Email
{{ $index + 1 }} {{ ($customer->firstName ?? '') . ' ' . ($customer->lastName ?? '') }} {{ $customer->email }}
@else

No customers found.

@endif {{--

--}} {{-- Email Details Form Section --}}

@if($customers->count())
📌 Image must not exceed 1MB and should be 2000x1333px.
@endif {{-- Scripts --}} @endsection