@extends('frontend.layouts.app')
@section('content')
@include('frontend.home-section.banner')
@include('frontend.home-section.event-featured')
{{-- @include('frontend.home-section.banner-bottom') --}}
@include('frontend.home-section.event')
@include('frontend.home-section.partner')
@include('frontend.home-section.blog')
@include('frontend.home-section.promote-your-business')
@include('frontend.home-section.directory-featured')
{{-- @include('frontend.home-section.fundrazier-featured') --}}
@endsection
@section('head-css')
@endsection
@section('scripts')
@endsection