| Name | Vintage | Grape Variety | Wine Type | Status | Price | Stock | Actions |
|---|---|---|---|---|---|---|---|
| {{ $wine->wine_name }} | {{ $wine->vintage }} | {{ $wine->grapeVariety->variety_name ?? 'N/A' }} | {{ $wine->wine_type }} | {{ $wine->status }} | {{ $wine->price_per_bottle ? number_format($wine->price_per_bottle, 2) : 'N/A' }} | {{ $wine->bottles_in_stock }} / {{ $wine->bottles_produced }} | View Edit |
| No wines found. | |||||||