@extends('super-admin.layouts.main') @section('content')

Add Event Details


Back
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @csrf
*
*
*
* @error('description') {{ $message }} @enderror
*
*
*
*
*
*
*
*
*
*
Add comma seprated values
*
*
@error('select') {{ 'The Select Category field is required.' }} @enderror
@endsection