@extends('frontend.layouts.master') @php $lang = selectedLang(); $banner_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::BANNER_SECTION); $banner = App\Models\Admin\SiteSections::getData( $banner_slug)->first(); $banner_floting_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::BANNER_FLOTING); $banner_floting = App\Models\Admin\SiteSections::getData( $banner_floting_slug)->first(); $service_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::SERVICE_SECTION); $service = App\Models\Admin\SiteSections::getData( $service_slug)->first(); $blog_section_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::BLOG_SECTION); $blog_section = App\Models\Admin\SiteSections::getData( $blog_section_slug)->first(); @endphp @section('content') @include('frontend.partials.how-work') @include('frontend.partials.about') @include('frontend.partials.security-section') @include('frontend.partials.map-section') @include('frontend.partials.choose-section') @include('frontend.partials.testimonials') @include('frontend.partials.brand-section') @endsection @push("script") @endpush