@extends('layouts.second_main') @section('main-content') @if($print) @endif
Full Report
@if($full_cow->sex=="Female") @endif
Animal Card                                    
Tag Id: {{ $full_cow->tagid }}
Pen Id: {{ $full_cow->penid }}
Electronic Id: {{ $full_cow->electronicid }}
Calf name: {{ $full_cow->calfname }}
Arrival Date: 01-Jan-1970
Birth date: 01-Jan-1970
Sex: {{ $full_cow->sex }}
No of Calvings {{ $fresh_count }}
Last Calving Date 01-Jan-1970
Breed Type {{$full_cow->breed_type}}
Status {{$status}}
Sire Tag Id: {{ $father_tagid }}
Dam Tag Id: {{ $mother_tagid }}
@if($full_cow_breed)

A.I Breeding

@foreach($full_cow_breed as $breed) @endforeach
# Date Sire ID Type Technician Comments Cost
{{ $i }} {{ $convert_breedingdate }} {{$sire[$j]}} {{ $breed->type }} {{ $breed->techname }} {{ $breed->comments }} {{$breed->price}}
Total Cost: {{$aiCost}}
@endif @if($full_bull_breed)

Bull Breeding

@foreach($full_bull_breed as $breed) @endforeach
# Date ServiceSire Technician Comments
{{ $i }} {{ $convert_bullbreedingdate }} {{ $breed->servicesire }} {{ $breed->techname }} {{ $breed->comments }}
@endif @if($full_cow_vetcheck!='[]')

Vet Check

@foreach($full_cow_vetcheck as $vet) @endforeach
# Date Result Method Uterus Right Overy Left Overy Carvix Comments Cost
{{ $i }} {{ $convert_vetcheckdate }} {{ $vet->method }} {{ $vet->result }} {{ $vet->rightovery }} {{ $vet->leftovery }} {{ $vet->uterus }} {{ $vet->carvix }} {{ $vet->comments }} {{ $vet->price }}
Total Cost: {{$vetCost}}
@endif @if($full_cow_vaccination)

Vaccination

@foreach($full_cow_vaccination as $vac) @endforeach
# Date Type Technician Comments Cost
{{ $i }} {{ $convert_vacdate }} {{ $vac->vacc_type }} {{ $vac->techname }} {{ $vac->comments }} {{ $vac->price }}
Total Cost: {{$veccost}}
@endif @if($full_cow_deworming)

Deworming

@foreach($full_cow_deworming as $deworm) @endforeach
# Date Type Technician Comments Cost
{{ $i }} {{ $convert_dewormdate }} {{ $deworm->deworm_type }} {{ $deworm->techname }} {{ $deworm->comments }} {{ $deworm->price }}
Total Cost: {{$dewormCost}}
@endif @if($full_cow_treatment)

Treatment

Treatment
@foreach($full_cow_treatment as $treat) @endforeach
# Date Diagnosis Technician Medicines Quantity Comments Cost
{{ $i }} {{ $convert_treatmentdate }} {{ $treat['reason'] }} {{ $treat['techname'] }} {{ $treat['med_name'] }} {{ $treat['med_quantity']}} {{ $treat['comments'] }} {{ $treat['price'] }}
Total Cost: {{$treatCost}}
@endif @if($full_cow_specimen)

Specimen

@foreach($full_cow_specimen as $spec) @endforeach
# Date Type Finding Comments Cost
{{ $i }} {{ $convert_specimendate }} {{ $spec->type }} {{ $spec->find }} {{ $spec->comments }} {{ $spec->price }}
Total Cost: {{$specCost}}
@endif @if($full_cow_moveto!='[]')

Move To

@foreach($full_cow_moveto as $move) @endforeach
# Date Reason Last Pen ID
{{ $i }} {{ $convert_movetodate }} {{ $move->reason }} {{ $move->lastpenid }}
@endif @if($full_cow_dryoff)

Dry Off

@foreach($full_cow_dryoff as $dry) @endforeach
# Date Reason
{{ $i }} {{ $convert_dryoffdate }} {{ $dry->reason }}
@endif @if($full_cow_mastitis)

Mastitis

@foreach($full_cow_mastitis as $mastitis) @endforeach
# Date Treat Name Treat Type Technician R Front Dose R Right Dose L Right Dose L Front Dose Comments Cost
{{ $i }} {{ $convert_mastitisdate }} {{ $mastitis->treatname }} {{ $mastitis->treattype }} {{ $mastitis->techname }} {{ $mastitis->rightfrdose }} {{ $mastitis->rightrrdose }} {{ $mastitis->leftrdose }} {{ $mastitis->leftfrdose }} {{ $mastitis->comments }} {{ $mastitis->price }}
Total Cost: {{$mastitisCost}}
@endif @if($full_cow_hooftrim)

Hoof Trim

@foreach($full_cow_hooftrim as $hoof) @endforeach
# Date Technician R R Condition R F Condition L R Condition L F Condition comments cost
{{ $i }} {{ $convert_hooftrimdate }} {{ $hoof->techname }} {{ $hoof->rrhcondition }} {{ $hoof->rfhcondition }} {{ $hoof->lrhcondition }} {{ $hoof->lfhcondition }} {{ $hoof->comments }} {{ $hoof->price }}
Total Cost: {{$hoofCost}}
@endif @if($full_cow_pragnant!='[]')

Pregnancy

@foreach($full_cow_pragnant as $pragnant) @endforeach
# Date Type Dry Off Date Due Date Cost
{{ $i }} {{ $convert_pragnantdate }} {{ $pragnant->type }} {{ $convert_duedate }} {{ $convert_dryoffdate }} {{ $pragnant->price}}
Total Cost: {{$pregCost}}
@endif @if($full_cow_abortion!='[]')

Abortion

@foreach($full_cow_abortion as $abortion) @endforeach
# Date Comments Cost
{{ $i }} {{ $convert_abortiondate }} {{ $abortion->comments }} {{ $abortion->price }}
Total Cost: {{$abortCost}}
@endif @if($full_cow_freshening!='[]')

Calving

@foreach($full_cow_freshening as $fresh) @endforeach
# Date Ease No Of Calves Comments Cost
{{ $i }} {{ $convert_fresheningdate }} {{ $fresh->freshningease }} {{ $fresh->noofchild }} {{ $fresh->comments }} {{ $fresh->price }}
Total Cost: {{$calCost}}
@endif @if($childtagid) @if($full_cow->sex=="Female")

Calves Information

@foreach($childtagid as $child) @endforeach
# Date OF Birth Sex Sire Tag ID Calf Tag ID Weight
{{ $i+1 }} {{ $childbirthdate[$i] }} {{ $childsex[$i] }} {{ $fathertagid[$i] }} {{ $child }} {{ $childweight[$i] }}
@else

Calves Information

@foreach($childtagid as $child) @endforeach
# Date OF Birth Sex Dam Tag ID Calf Tag ID Weight
{{ $i+1 }} {{ $childbirthdate[$i] }} {{ $childsex[$i] }} {{ $fathertagid[$i] }} {{ $child }} {{ $childweight[$i] }}
@endif @endif @if($full_cow_removal)

Removal

@foreach($full_cow_removal as $remove) @endforeach
# Date Category Comments
{{ $i }} {{ $convert_removaldate }} {{ $remove->cat }} {{ $remove->comments }}
@endif
@endsection