@extends('layouts.admin') @section('title', 'Create Event') @section('page-title', 'Create New Event') @section('content')
Create New Event
Kindly fill all required fields.
No image
@foreach ($categories as $category) @endforeach
Back to Events
@endsection @push('styles') @endpush @push('scripts') @endpush