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

Create Animal Feed Category

@include('adminlte-templates::common.errors')
{!! Form::open(['route' => 'animalFeedCategories.store']) !!}
@include('animal_feed_categories.fields')
{!! Form::close() !!}
@endsection