@section('title') {{Config::get('website.title')}} @stop @section('container')
@include('website.eshop.menu')
@include('website.eshop.banners') @include('website.eshop.novelties') @include('website.eshop.veda')
@include('website.eshop.discounts')
@include('website.eshop.suggested')
@include('website.eshop.services')
@stop @section('scripts') @parent $('a.out-of-stock[data-toggle="popover"]').popover({ content: '{{trans('website.messages.product-not-available')}}' }); @stop