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

Edit Crop Harvest

@include('adminlte-templates::common.errors')
{!! Form::model($cropHarvest, ['route' => ['cropHarvests.update', $cropHarvest->id], 'method' => 'patch']) !!}
@include('crop_harvests.fields')
{!! Form::close() !!}
@endsection