@include('admin/components/header') @include('admin/components/top_navigation') @include('admin/components/sidebar')

Edit Event

@csrf @method('PUT')
@error('event_title')
{{ $message }}
@enderror
@error('event_description')
{{ $message }}
@enderror
@error('event_date')
{{ $message }}
@enderror
@include('admin/components/footer')