@extends('front.ecommerce.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->feature_section == 1)
@foreach ($features as $key => $feature)
{{$feature->title}}
@endforeach
@endif @if (!empty($home->html)) {!! convertHtml($home->html) !!} @else @includeIf('front.partials.pagebuilder-notice') @endif @endsection