@extends('simulator.templates.shared.MonPlanDeFinancement') @section('lot_details') @if($has_lot)
@include('simulator.templates.shared._pictoLoupe', ['width' => 160])
Détail de mon lot :
N° du lot
{{ $lot_number }}
Superficie (m²)
{{ $surface_lot }}
Type
{{ $type_lot }}
Étage
{{ $etage_lot }}
Équipements
Parking
{{ $nombre_parkings }}
Garage
{{ $nombre_garages }}
Cave
{{ $nombre_caves }}
Balcon (m²)
{{ $surface_balcon }}
Terrasse (m²)
{{ $surface_terrasse }}
Jardin (m²)
{{ $surface_jardin }}
Loyer préconisé
{{ $loyer_preconise > 0 ? number_format($loyer_preconise, 0, ',', ' ') . ' €' : '--' }}
@endif @endsection @section('annexes_details') @if($has_lot)
Dont prix parking TTC
{{ $prix_parking_ttc > 0 ? number_format($prix_parking_ttc, 0, ',', ' ') . ' €' : '--' }}
Dont prix garage TTC
{{ $prix_garage_ttc > 0 ? number_format($prix_garage_ttc, 0, ',', ' ') . ' €' : '--' }}
Dont prix cave TTC
{{ $prix_cave_ttc > 0 ? number_format($prix_cave_ttc, 0, ',', ' ') . ' €' : '--' }}
@endif @endsection @section('loyer_preconise') @if(!$has_lot)
Loyer préconisé Denormandie
{{ isset($loyer_preconise) ? number_format($loyer_preconise, 0, ',', ' ') : '--' }} €
@endif @endsection