Recensioni dei Clienti true {{-- Hero Section (same as home) --}}

UMAMI BEER

{{ __('hero_subtitle') }}

{{-- Scroll Indicator --}}
{{-- Review Form Section --}}

Lascia la Tua Recensione

La tua opinione è importante per noi! Condividi la tua esperienza e aiuta altri clienti a scoprire Umami Beer.

@if(session('success'))

{{ session('success') }}

@endif
@csrf {{-- Name --}}
@error('author_name')

{{ $message }}

@enderror
{{-- Email (Optional) --}}
@error('author_email')

{{ $message }}

@enderror
{{-- Rating --}}
{{ old('rating', 8) }} /10
@error('rating')

{{ $message }}

@enderror
{{-- Review Text --}}

Minimo 10 caratteri, massimo 2000

@error('review_text')

{{ $message }}

@enderror
{{-- Image Upload --}}

Formati supportati: JPG, PNG, WEBP. Max 2MB.

@error('image')

{{ $message }}

@enderror
{{-- Submit Button --}}

La tua recensione sarà pubblicata dopo la verifica da parte del nostro team.

{{-- Reviews List Section --}} @if($reviews->count() > 0)

Cosa Dicono i Nostri Clienti

Le esperienze dei nostri clienti raccontate su TheFork, Google e TripAdvisor.

@foreach($reviews as $review) @endforeach
{{-- Pagination --}} @if($reviews->hasPages())
{{ $reviews->links() }}
@endif
@endif