@extends('templates.'.sc_store('template').'.shop_layout') @section('center')

{{ trans('front.features_items') }}

@foreach ($products_new as $key => $product_new)
{{ $product_new->name }} {!! $product_new->showPrice() !!}

{{ $product_new->name }}

@if ($product_new->allowSale()) {{trans('front.add_to_cart')}} @else   @endif
@if ($product_new->price != $product_new->getFinalPrice() && $product_new->kind != SC_PRODUCT_GROUP) @elseif($product_new->type == SC_PRODUCT_NEW) @elseif($product_new->type == SC_PRODUCT_HOT) @elseif($product_new->kind == SC_PRODUCT_BUILD) @elseif($product_new->kind == SC_PRODUCT_GROUP) @endif
@endforeach
@endsection @push('styles') @endpush @push('scripts') @endpush