@extends('Modules.Health.layouts.main') Calving-DairyCare @section('main-content')

@if($errors->any())

{{$errors->first()}}

@endif
Edit Calving
@if($flag==1)
@else
@endif
{{----}}

Edit/Remove Child Information

@foreach($born_children as $child) @if($child->status==1) @else @endif @endforeach @foreach($non_tag_calves as $child) @if($child->status==1) @elseif($child->status==0) @elseif($child->status==2) @endif @endforeach @foreach($dead_child as $child) @endforeach
Tag ID Sex Weight Identity/Reason Current Status Actions
{{$child->childtagid}} {{$child->sex}} {{$child->weight}} AliveCurrent Dead   
Non Tag {{$child->sex}} {{$child->weight}} {{$child->identity}}AliveCurrent DeadSold   
Still Born {{$child->sex}} {{$child->weight}} {{$child->reason}} Still Born   
@endsection