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

Edit Crop

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