@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) {{ $product['alt'] }} @else {{ $product['alt'] }} @endif

{{ $product['name'] }}

@foreach ($product['aktiv'] as $aktiv) {{ $aktiv['name'] }} @endforeach

{{ $product['desc'] }}

{{ $Currency::convert($product['price'], false, true) }}
@endforeach
@endforeach
@endsection @section('rewies')
@endsection