ANIMALS {{ $animals->count() }}
@foreach($animals as $animal)
@php $type_count = DB::table('animal_types')->where('animal_id', '=', $animal->id)->get()->count();@endphp
{{--
--}}
{{$animal->animal_name}}
0) class="badge gradient-yellow" @elseif($type_count == 0) style="display:none;" @endif>{{$type_count}}
@endforeach
--}}
{{$animal->animal_name}}
0) class="badge gradient-yellow" @elseif($type_count == 0) style="display:none;" @endif>{{$type_count}}
@endforeach