@extends(get_view('index')) @section('title')@endsection @section('menu-active-homepage') active @endsection @section('header') @endsection @section('content') @include(get_view('components.slider.slider'))
{{ Site::get_site_title() }}
@if ( count(Site::categories()) > 0 )

{{ translate('Our Services') }}

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

{{ translate('our_picks_for_you') }}

{{ translate('our_picks_for_you_text') }}

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

{{ translate('free_shipping') }}

{{ translate('free_shipping_text') }}

{{ translate('return_exchange_guarantee') }}

{{ translate('return_exchange_guarantee_text') }}

{{ translate('secure_shopping') }}

{{ translate('secure_shopping_text') }}

@endsection @section('footer') @endsection