@extends($redirect=='Fattening' ? 'Modules.Fattening.layouts.second_main' : 'Modules.Health.layouts.second_main') @section('main-content') @if($errors->any())

{{$errors->first()}}

@endif
Individual Animal's Deworming
@foreach($full_cow_deworming as $deworm) @endforeach
Tag ID Type Date Technician Comments Price User Edit Checked
{{ $deworm->tagid }} {{ $deworm->type }} {{ $convert_dewormingdate }} {{ $deworm->techname }} {{ $deworm->comments }} {{ $deworm->price }} {{ $deworm->username }} Edit
@endsection