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

Edit Crop Buyer

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