Continents
@foreach ($continents as $continent) @if($continent->revendeurs->count()>0) @foreach($continent->pays->sortBy('name') as $pays) @if($pays->revendeurs->count()>0) @endif @endforeach @endif @endforeach