@extends('layouts.admin') @section('title', 'Edit Event') @section('header_title', 'Events') @section('content')

Edit Event

Back to List
@csrf @method('PUT')
Use this calendar tool to automatically split and populate the fields below.
Recommended size: 800x600px. Leave blank to keep current flyer. @if($event->eventImage)
Current Image Preview: {{ $event->eventName }}
@endif
@endsection @section('scripts') @endsection