@extends('layouts.base') @section('content') {{ $product->h1nadpis }} {!! $product->h2nadpis !!} {!! $product->popis !!} {{ __('ONLY TODAY 40% OFF') }} Vyberte počet: {{ $packs->first()->amount }} {{ $product->product_name }}{{ number_format($packs->first()->price,2,",") }}€ @foreach ($packs as $p) {{ $p->amount }} {{ $product->product_name }}{{ number_format($p->old_price, 2, ",") }}€ {{ number_format($p->price,2,",") }}€ @endforeach Váš balíček {{ number_format($packs->first()->old_price, 2, ",") }} € {{ number_format($packs->first()->price, 2, ",") }}€ Dnes ušetríte {{ number_format($packs->first()->old_price - $packs->first()->price, 2, ",") }} € Dodanie do 30 sekúnd Nepotrebujeme heslo Najvyššia kvalita Nezmiznú vám Pokračovať {{ __('Our thinking') }} {{ $product->article_nadpis }} {!! $product->seo_article !!} @endsection @section('scripts') @endsection
{!! $product->popis !!}