@extends('layouts.winemaker') @section('title', 'Edit Vineyard Row') @section('content')

Edit Row #{{ $vineyardRow->id }}

@csrf @method('PUT')
Cancel
@endsection