@extends('layouts.default') @section('content')

Add a crop stage

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach

@endif
@csrf
Crop:
Stage number:
Stage name:
Notes:

@endsection