@extends(get_view('index')) @section('title')@endsection @section('header') @endsection @section('content')

{{ translate('categories') }}

@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
@endsection @section('footer') @endsection