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