@foreach ($regions as $region)
@php
$firstPropertyRegion = 0;
@endphp
@foreach ($properties as $property)
@if ($property->region == $region)
@if ($firstPropertyRegion == 0)
@php
$firstPropertyRegion = 1;
@endphp
{{ $region->name }}
@endif
@endif
@endforeach
@endforeach
Accéder aux tarifs