@extends('layouts.winemaker') @section('title', 'Vineyard Rows') @section('content')
| ID | Location | Vine count | Status | Variation | Actions |
|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->location ?? '—' }} | {{ $row->vine_count }} | {{ $row->status }} | {{ $row->varietyVariation?->grapeVariety?->variety_name ?? 'Unassigned' }} | View Edit |
| No rows available. | |||||