@extends('layouts.admin') @section('title', 'Edit Event | MTWU Admin') @section('content')
Back

Edit Event

@csrf @method('PUT')

Date & Time

Target Audience

@php $targeting = $event->targeting ?? ['type' => 'all']; @endphp
Hold Ctrl/Cmd to select multiple
Hold Ctrl/Cmd to select multiple
Hold Ctrl/Cmd to select multiple

If checked, only members with "Paid Up" status will be invited.

{!! old('description', $event->description) !!}

Publishing

Note: This will re-send notifications if the event was already published.

Reminders

@foreach($event->reminders as $index => $reminder)
Before event via:
@endforeach
Cancel
@endsection