You should group results by 'kind' field or change foreach
@foreach($animals as $i=>$animal)
and use an if
@if($i>0 && $animals[$i-1]->kind != $animal->kind)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community