@php use App\Models\CategorieOffre; use App\Models\Reseausocial; $categories_offres = CategorieOffre::with(['offres']) ->whereHas('offres') ->get(); $reseaux_sociaux = Reseausocial::get(); @endphp
@foreach ($reseaux_sociaux as $item) {{-- --}} @endforeach