@if (isset($data) and count($data)>0) @foreach($data as $row) @if($row->child_count > -0) @else @endif @endforeach @elseif (isset($data) and count($data)==0) @endif
หมายเลขวัว เลขทะเบียน ชื่อวัว พันธุ์ เพศ หมายเลขพ่อ หมายเลขแม่ สถานะ ที่อยู่ หมายเหตุ
{{ $row->private_herd_no }} {{ $row->regisno1 }} {{ $row->cow_name }} {{ $row->breed_text }} {{$row->sex_text}} ({{$row->child_count}}) {{ $row->sex_text }} @if($row->sire_cow_id != '') {{ $row->sire_private_herd_no}} | {{ $row->sire_regisno1 }} @else {{ $row->sire}} @endif @if($row->dam_cow_id != '') {{ $row->dam_private_herd_no}} | {{ $row->dam_regisno1 }} @else {{ $row->dam}} @endif {{ $row->cow_status_text }} {{ $row->location_name }} {{ $row->note }}
No Data Found
@if (isset($data)) {!! $data->links() !!} @endif