@php $types_groups = [ ['type' => 'villas', 'type_stored'=> 'villa', 'label' => 'Nos Villas à vendre' , 'icon' => 'fa-house'], ['type' => 'appartements', 'type_stored'=> 'appartement', 'label' => 'Nos Appartements à vendre' , 'icon' => 'fa-building'], ['type' => 'terrains', 'type_stored'=> 'terrain', 'label' => 'Nos Terrains à vendre' , 'icon' => 'fa-map-location-dot'], ['type' => 'fond_commerce', 'type_stored'=> 'fond-commerce', 'label' => 'Nos Fond de commerce à vendre' , 'icon' => 'fa-users-viewfinder'], ['type' => 'local_commercial', 'type_stored'=> 'local-commercial', 'label' => 'Nos Locaux commerciaux à vendre' , 'icon' => 'fa-shop'], ]; @endphp