@extends($design . '.layouts.main') @section('title', $page_properties->title) @section('keywords', $page_properties->keyword) @section('description', $page_properties->description) @section('title_2', __('text.first_letter_first_letter_result_title') . ' «' . $letter . '»') @section('content')
@foreach ($products as $product)
{{ $product['name'] }}

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

{{ $Currency::convert($product['price'], false, true) }}
@if ($product['id'] != 616 && $product['discount'] != 0) -{{ $product['discount'] }}% @endif
@if ($product['id'] == 616) {{ $product['image'] }} @else {{ $product['alt'] }} @endif {{-- {{ $product['name'] }} --}}
@endforeach
@endsection