@extends('layouts.admin') @section('header') Edit Event @endsection @section('content')

Edit Event

@if ($errors->any())
Please fix the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
{!! old('description', $event->description) !!}
is_active) ? 'checked' : '' }}>
Cancel Update Event
@endsection @push('styles') @endpush @push('scripts') @endpush