@extends('layouts.winemaker') @section('title', 'Edit Vineyard Map') @push('styles') @endpush @section('content')
Map editor: Choose an action on the left, then work directly on the grid.
@php $vineyardEditRoutes = [ 'update' => route('vineyard.updateHeadCount'), 'add' => route('vineyard.addRows'), 'destroy' => route('vineyard.rows.destroy', ['vineyardRow' => '__ROW__']), 'remove' => route('vineyard.rows.destroyMany'), ]; @endphp @endsection