@extends('front.cleaning.layout') @section('meta-keywords', "$be->home_meta_keywords") @section('meta-description', "$be->home_meta_description") @section('styles') @if (!empty($home->css)) @endif @endsection @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 (count($features) > 0) @foreach ($features as $key => $feature) {{convertUtf8($feature->title)}} @endforeach @endif @if (!empty($home->html)) {!! convertHtml(convertUtf8($home->html)) !!} @else @includeIf('front.partials.pagebuilder-notice') @endif @endsection