@extends('layouts.app')
@section('content')
@include('includes..home_sections.main_slider')
@include('includes.home_sections.about')
@include('includes.home_sections.services')
@include('includes.home_sections.proccess')
@include('includes.home_sections.projects')
@include('includes.home_sections.testimonial')
@include('includes.home_sections.partners')
@include('includes.map')
@endsection