@extends('frontend.layouts.app') @section('title', page_setting_config()['title']) @section('content') @include('frontend.common.loader') @include('frontend.common.homeheader') @include('frontend.block.side_social') @include('frontend.block.home_slider') @include('frontend.block.works') @include('frontend.block.Categories') @include('frontend.block.overview') @include('frontend.common.footer') @endsection