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

Add New Event

@if ($errors->any())
Please fix the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{!! old('description') !!}
Cancel Create Event
@endsection @push('styles') @endpush @push('scripts') @endpush