@extends('layouts.webLayoutMaster') @section('meta') @endsection @section('canonical') @endsection @section('title') - {{ $product->name }} @endsection @section('css') {{-- --}} @endsection @section('content') {{--

{{ $product->name }}

--}}
@if($product->region)

{{ $product->region }}

@endif

{{ $product->name }}

{{ str_repeat('★', 5) }} 4.8
€{{ number_format($product->price, 2) }}
  • Category: {{ $product->category->name ?? '-n/a-' }}
  • Type: {{ $product->type ?? '-n/a-' }}
  • Vintage: {{ $product->vintage ?? '-n/a-' }}
  • Flavor: {{ $product->flavor ?? '-n/a-' }}
  • Alcohol: {{ $product->alcohol ?? '-n/a-' }}
  • Format: {{ $product->format ?? '-n/a-' }}
  • Serving Temperature: {{ $product->serving_temperature ?? '-n/a-' }}
  • Region: {{ $product->region ?? '-n/a-' }}
  • Availability: {{ $product->quantity ?? '0' }} in stock
@csrf
Product Description +

{{ $product->description }}

History +

{{ $product->history }}

Area of Production +

{{ $product->area_of_production }}

@endsection @section('js') @endsection