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

Edit Animal Feed Sub Category

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