@extends('layouts.app') @section('title', 'Edit Event') @section('content')

Edit Event

← Back to Events
@csrf @method('PUT')
@if($event->cover_image)

Current Image:

Cover Image
@endif
@endsection