@extends('front.gym.layout') @section('meta-keywords', "$be->home_meta_keywords") @section('meta-description', "$be->home_meta_description") @section('styles') @if (!empty($home->css)) @endif @if (count($features) == 0) @endif @endsection @section('content') @if ($bs->home_version == 'static') @includeif('front.gym.partials.static') @elseif ($bs->home_version == 'slider') @includeif('front.gym.partials.slider') @elseif ($bs->home_version == 'video') @includeif('front.gym.partials.video') @elseif ($bs->home_version == 'particles') @includeif('front.gym.partials.particles') @elseif ($bs->home_version == 'water') @includeif('front.gym.partials.water') @elseif ($bs->home_version == 'parallax') @includeif('front.gym.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