@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')
@endsection @push('scripts') @endpush