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

View Calves

@foreach($non_tags as $tags) @endforeach
# Mother ID Father ID Calf Sex Calf ID Calf Birth Date Calf Birth Weight Click To Assign Tag Remove Sold
{{$i}} {{ $tags->mother_id }} {{ $tags->father_id }} {{ $tags->sex }} {{ $tags->identity }} {{ $date}} {{ $tags->weight }} Tag Me
@endsection