@extends('frontend.layouts.app') @section('content') @include('frontend.partials.main_slider') @include('frontend.partials.trading_view') @include('frontend.partials.about_section') @include('frontend.partials.counter_section') @include('frontend.partials.about_section2') @include('frontend.partials.service_section') @include('frontend.partials.about_section3') @include('frontend.partials.testimonial_section') @include('frontend.partials.feature_section') @include('frontend.partials.about_section4') @endsection