@extends('layouts.admin') @section('title', 'Edit Event') @section('page-title', 'Edit Event') @section('content')
Edit Event
Kindly fill all required fields.
@if($event->coverImage) Event Image @else No image @endif
@foreach ($categories as $category) @if (in_array($category->id, explode(',', $event->category_ids))) @else @endif @endforeach
Back to Events
@endsection @push('styles') @endpush @push('scripts') @endpush