@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'Create Group') @section('left_sidebar') @include('front_end.pages.groups.group_left_sidebar') @endsection @section('content')
@push('scripts') @endpush @push('extra-js') @endpush @endsection