@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'Edit Event') @section('left_sidebar') @include('front_end.pages.events.events_left_sidebar') @endsection @section('content')

Edit Event

Update your event details

@csrf
Event Details
@if($event->event_url)
@endif
Event Media
@if($event->cover_image)
Current cover

Upload a new image to replace the current one

@endif
Event Settings
allow_guests) ? 'checked' : '' }}>
require_approval) ? 'checked' : '' }}>
@if($event->max_participants)
@endif
Cancel
@endsection @push('scripts') @endpush