@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'CreateEvent') @section('left_sidebar') @include('front_end.pages.events.events_left_sidebar') @endsection @section('content')

Create Event

Create and share your event with the community

@csrf
Event Details
Event Media
Event Settings
@endsection @push('scripts') @endpush