@extends(get_view('index')) @section('title')@endsection @section('menu-active-homepage') active @endsection @section('header') @endsection @section('content') @include(get_view('components.slider.slider'))
@if ( Site::about_us() != null )

{{ translate('who_are_we') }}

{{ translate('who_are_we_text') }}

{!! strip_tags(Site::about_us()->content) ?? '-' !!}
@endif @if ( count(Site::categories()) > 0 )

{{ translate('what_we_do') }}

{{ translate('what_we_do_text') }}.

@include(get_view('components.category.home-list')) @endif
@if ( count(Site::showroom()) > 0 )

{{ translate('our_picks_for_you') }}

{{ translate('our_picks_for_you_text') }}

@foreach (Site::showroom() as $product)
@include(get_view('components.product.single-product'))
@endforeach
@endif
{{ translate('free_shipping') }}

{{ translate('free_shipping') }}

{{ translate('free_shipping_text') }}

{{ translate('return_exchange_guarantee') }}

{{ translate('return_exchange_guarantee') }}

{{ translate('return_exchange_guarantee_text') }}

{{ translate('secure_shopping') }}

{{ translate('secure_shopping') }}

{{ translate('secure_shopping_text') }}

@endsection @section('footer') @endsection