{!! Form::label('name', 'Name:') !!}

{{ $animalFeed->name }}

{!! Form::label('animal_feed_sub_category_id', 'Animal Feed Sub Category Id:') !!}

{{ $animalFeed->animal_feed_sub_category_id }}

{!! Form::label('price', 'Price:') !!}

{{ $animalFeed->price }}

{!! Form::label('price_unit', 'Price Unit:') !!}

{{ $animalFeed->price_unit }}

{!! Form::label('description', 'Description:') !!}

{{ $animalFeed->description }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $animalFeed->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $animalFeed->updated_at }}