@csrf
Filtrer ma recherche
    Rayon autour de la recherche
    {{ old('search_rayon', 50) }} KM 0 KM 25 KM 50 KM 75 KM 100 KM

    Fiscalité :
    @php use App\Enums\Fiscalite as FiscaliteEnum; $fiscalites = FiscaliteEnum::selectableCases(); @endphp @foreach($fiscalites as $fiscalite) @endforeach
    Statut :
    @php use App\Enums\ProductState; $states = [ProductState::LIBRE, ProductState::OPTION, ProductState::VENDU, ProductState::ALLOTE]; @endphp @foreach($states as $state) @endforeach
    Année de livraison :
    @php $annees = range(date('Y') - 2, date('Y') + 2); @endphp @foreach($annees as $currentAnnee) @endforeach

    Type de bien :
    @php use App\Enums\ProductType; $lotTypes = ProductType::lotTypes(); @endphp @foreach($lotTypes as $lotType) @endforeach
    Surface :
    Montant travaux :
    Prix total :
    Quote/travaux :
    Annexes :