@extends('front.cleaning.layout') @section('meta-keywords', "$be->home_meta_keywords") @section('meta-description', "$be->home_meta_description") @section('content') @if ($bs->home_version == 'static') @includeif('front.cleaning.partials.static') @elseif ($bs->home_version == 'slider') @includeif('front.cleaning.partials.slider') @elseif ($bs->home_version == 'video') @includeif('front.cleaning.partials.video') @elseif ($bs->home_version == 'particles') @includeif('front.cleaning.partials.particles') @elseif ($bs->home_version == 'water') @includeif('front.cleaning.partials.water') @elseif ($bs->home_version == 'parallax') @includeif('front.cleaning.partials.parallax') @endif @if ($bs->feature_section == 1)
@endif @if ($bs->service_section == 1)
{{convertUtf8($bs->service_section_title)}}

{{convertUtf8($bs->service_section_subtitle)}}

@endif @if ($bs->approach_section == 1)
{{convertUtf8($bs->approach_title)}}

{{convertUtf8($bs->approach_subtitle)}}

@if (!empty($bs->approach_button_url) && !empty($bs->approach_button_text)) @endif
@foreach ($points as $key => $point)

{{convertUtf8($point->title)}} @if (strlen($point->short_text) > 150) {{mb_substr($point->short_text, 0, 150, 'utf-8')}}{{mb_substr($point->short_text, 150, null, 'utf-8')}} {{__('see more')}}... @else {{convertUtf8($point->short_text)}} @endif

@endforeach
@endif @if ($bs->statistics_section == 1)
@foreach ($statistics as $key => $statistic)

{{convertUtf8($statistic->quantity)}} +

{{convertUtf8($statistic->title)}}

@endforeach
@endif @if ($bs->intro_section == 1)
{{convertUtf8($bs->intro_section_title)}}

{{convertUtf8($bs->intro_section_text)}}

@if (!empty($bs->intro_section_button_url) && !empty($bs->intro_section_button_text)) @endif
@endif @if ($bs->testimonial_section == 1)
{{convertUtf8($bs->testimonial_title)}}

{{convertUtf8($bs->testimonial_subtitle)}}

@foreach ($testimonials as $key => $testimonial)

{{convertUtf8($testimonial->name)}} {{convertUtf8($testimonial->rank)}}

{{convertUtf8($testimonial->comment)}}

@endforeach
@endif @if ($bs->portfolio_section == 1)
{{convertUtf8($bs->portfolio_section_title)}}

{{convertUtf8($bs->portfolio_section_text)}}

@foreach ($portfolios as $key => $portfolio)
@endforeach
@endif @if ($bs->team_section == 1)
{{convertUtf8($bs->team_section_title)}}

{{convertUtf8($bs->team_section_subtitle)}}

@endif @if ($bs->call_to_action_section == 1)

{{convertUtf8($bs->cta_section_text)}}

@endif @if ($be->pricing_section == 1)
{{convertUtf8($be->pricing_title)}}

{{convertUtf8($be->pricing_subtitle)}}

@endif @if ($bs->news_section == 1)
{{convertUtf8($bs->blog_section_title)}}

{{convertUtf8($bs->blog_section_subtitle)}}

@endif @if ($bs->partner_section == 1)
@endif @endsection