Our Products

@if(!empty($products)) @foreach($products as $product)
{{ $product->name }}
{{currency()}}{{ $product->price }}
@endforeach @endif
@if(sizeof($products) >= 6) @endif
@pushOnce('scripts') @endPushOnce