Variety
{{ $wine->grapeVariety->variety_name ?? 'N/A' }}
Alcohol
{{ number_format($wine->alcohol_percentage, 1) }}%
Bottles
{{ $wine->bottles_in_stock }} / {{ $wine->bottles_produced }}
Bottling Date
{{ $wine->bottling_date ? \Carbon\Carbon::parse($wine->bottling_date)->format('M Y') : 'N/A' }}