@extends('frontend.main.main')
@section('content')
@include('frontend.partials.homepage.video')
{{-- @include('frontend.partials.homepage.banner') --}}
@include('frontend.partials.homepage.map')
@include('frontend.partials.homepage.questions')
{{-- @include('frontend.partials.homepage.quote') --}}
@include('frontend.partials.audio-player.audio-player')
{{-- @include('frontend.partials.homepage.coin-chart') --}}
{{-- @include('frontend.partials.question-one.yield-line-chart') --}}
@stop
@section('scripts')
@stop