{{-- Part of phoenix project. --}} @extends('_global.html') @section('script') @stop @section('hero') @if(!$isMobile) {{-- Main Header--}} @translate('catalog.home.banner.title') @translate('catalog.home.banner.subtitle') {{-- Main Header End--}} {{-- Video --}} Your browser does not support the video. I suggest you upgrade your browser. {{-- End Video--}} @else {{-- Main Header--}} @translate('catalog.home.banner.title') @translate('catalog.home.banner.subtitle') {{-- Main Header End--}} @endif @stop @section('main-section') {{--標題--}} Virtual Set {{--TAGS--}} @foreach ($productCategories as $category) {{ $category->title }} @endforeach {{--新增--}} @foreach ($items as $k => $item) {{ $item->title }} {{ $item->price_range }} @if ($k % 3 == 2) @if ($k % 6 == 5 && $k != 17) {{----}} {{----}} @endif @endif @endforeach {{----}} {{----}} {{--@include+('_global.widget.products')--}} {{----}} {{----}} {{----}} {{----}} {{--@include('_global.widget.products')--}} {{----}} {{----}} {{--新增END--}} @stop @section('feature-section') {!! (new \Catalog\Widget\BlockWidget)->render() !!} {!! (new \Catalog\Widget\BannerWidget)->render() !!} @stop
@translate('catalog.home.banner.subtitle')
{{ $item->price_range }}