@extends('layouts.admin') @section('header', 'Edit Event: ' . $event->name) @section('content')
{{-- Session Messages --}} @if ($errors->any()) @endif
@csrf @method('PUT')
{!! old('description', $event->description) !!}
is_active) ? 'checked' : '' }} class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600">
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush