@extends('themes.'.config('smartekcms.themes.frontend').'.app', [ 'title' => trans('front.general.home'), 'meta_description' => $general_settings->meta_description, 'meta_keywords' => $general_settings->meta_keywords, 'cover_image' => $mainPage->getFirstMediaUrlTraitAttribute('img', 'default'), 'model_type' => 'index', ]) @section('head') @parent @endsection @section('content') @include('themes.'.config('smartekcms.themes.frontend').'.pages.index.slider') @include('themes.'.config('smartekcms.themes.frontend').'.pages.index.welcome-area') @include('themes.'.config('smartekcms.themes.frontend').'.pages.index.practice-area') @include('themes.'.config('smartekcms.themes.frontend').'.pages.index.video-text-area') @include('themes.'.config('smartekcms.themes.frontend').'.pages.index.our-cases-area') @include('themes.'.config('smartekcms.themes.frontend').'.pages.index.reference-area') @include('themes.'.config('smartekcms.themes.frontend').'.pages.index.contact-querry-area') @endsection @section('js') @parent @endsection