@extends('layouts.admin') @section('title', 'Edit Event') @section('page-title', 'Edit Event') @section('page-subtitle', 'Update event details') @section('content')
@csrf @method('PUT')
send_reminders ? 'checked' : '' }} class="w-5 h-5 rounded border-[var(--border-color)] text-gold-500 focus:ring-gold-500">
hours before
enable_rsvp ? 'checked' : '' }} class="w-5 h-5 rounded border-[var(--border-color)] text-gold-500 focus:ring-gold-500">
is_public ? 'checked' : '' }} class="w-5 h-5 rounded border-[var(--border-color)] text-gold-500 focus:ring-gold-500">
Cancel
@endsection