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

Send Event / Promotion Notification

@csrf {{-- Title --}}
{{-- Description --}}
{{-- Target Audience --}}
{{-- Month Selector (Hidden by default, shows if "specific" is chosen) --}} {{-- Dates --}}
{{-- Image --}}
{{-- Remark --}}
{{-- Submit --}}
{{-- Script to toggle user dropdown --}} @endsection