@extends('app') @section('title', (app()->getLocale() === 'en' && $product->name_en ? $product->name_en : $product->name).' – Verve') @push('styles') @endpush @section('content') @if(session('error'))
{{ number_format($product->price/100, 2) }} PLN (≈ {{ number_format(($product->price/100) / 4.3, 2) }} EUR)
{{ $product->getTranslatedDescription() }}
{{-- DEBUG --}} @if(config('app.debug')){{ $section['content'] }}