@extends($design . '.layouts.main')
@section('title', $page_properties->title)
@section('keywords', $page_properties->keyword)
@section('description', $page_properties->description)
@section('content')
@foreach ($products as $category)
{{ $category['name'] }}
@foreach ($category['products'] as $product)
@if ($product['id'] != 616 && $product['discount'] != 0)
-{{ $product['discount'] }}%
@endif
@if ($product['id'] == 616)
@else
@endif
@foreach ($product['aktiv'] as $aktiv)
{{ $aktiv['name'] }}
@endforeach
{{ $Currency::convert($product['price'], false, true) }}
@endforeach
@endforeach
@endsection
@section('promo_bonus')