@extends('layouts.base') @section('content')

{{ $product->h1nadpis }}

{!! $product->h2nadpis !!}

{!! $product->popis !!}

Vyberte počet:
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
{{ __('Our thinking') }}

{{ $product->article_nadpis }}

{!! $product->seo_article !!}
@endsection @section('scripts') @endsection