@extends('Modules.Health.layouts.second_main') @section('main-content') @if($errors->any())

{{$errors->first()}}

@endif
Calving
@foreach($full_cow_calving as $fresh) @if($fresh->check_status==1) @elseif($fresh->check_status==0) @endif @endforeach
Tag ID Date No of child Comments Dam Tag ID Edit Delete
{{ $fresh->tagid }} {{ $convert_fresheningdate }} {{ $fresh->noofchild }} {{ $fresh->comments }} {{ $fresh->mother }}Edit Edit
@endsection