@extends('master') @section('title') {{ $title }} @endsection @section('content')

Edit Event

@csrf @method('PUT')
@if ($events->image1)
Current Image 1
@else

No image uploaded.

@endif
@if ($events->image2)
Current Image 2
@else

No image uploaded.

@endif
Back to Events
@endsection