@extends('layouts.admin') @section('title', 'Edit Event') @section('page-title', 'Edit Event') @section('content')
Edit Event ( Kindly fill all required fields.)
@csrf
@if($event->coverImage) Event Image @else No image @endif
*
Max file size: 300KB (JPG, PNG)
@foreach ($categories as $category) @if (in_array($category->id, explode(',', $event->category_ids))) @else @endif @endforeach
Categories are locked once event is created to protect existing registrations.
Back
@endsection @push('styles') @endpush @push('scripts') @endpush