Edit Event

Cancel
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if ($event->image) @php $images = json_decode($event->image); @endphp @foreach ($images as $image)
Event Image
@endforeach @endif