@include('shared.input', ['class' => 'col-md-4', 'label' => 'Titre', 'name' => 'title', 'value' => old('title', $property->title)]) @include('shared.input', ['class' => 'col-md-4', 'label' => 'Prix (hors honoraires)', 'name' => 'price', 'value' => old('price', $property->price)]) @include('shared.input', ['class' => 'col-md-4', 'label' => 'Honoraires', 'name' => 'honorary_rate', 'value' => old('honorary_rate', $property->honorary_rate)])
@include('shared.input', ['inputType'=> 'textarea', 'class' => 'col-md-6', 'label' => 'Description', 'name' => 'description', 'value' => old('description', $property->description)]) @if (!isset($land)) @include('shared.input', ['class' => 'col-md-3', 'label' => 'Pièces', 'name' => 'rooms', 'value' => old('rooms', $property->rooms)]) @include('shared.input', ['class' => 'col-md-3', 'label' => 'Chambres', 'name' => 'bedrooms', 'value' => old('bedrooms', $property->bedrooms)]) @endif
@include('shared.input', ['class' => 'col-md-3', 'label' => 'Surface', 'name' => 'surface', 'value' => old('surface', $property->surface)]) @include('shared.input', ['class' => 'col-md-6', 'label' => 'Adresse', 'name' => 'address', 'value' => old('address', $property->address)]) @if (!isset($land)) @include('shared.input', ['class' => 'col-md-3', 'label' => 'Type de chauffage', 'name' => 'heating_type', 'value' => old('heating_type', $property->heating_type)]) @include('shared.input', ['class' => 'col-md-3', 'label' => 'Salles de bain', 'name' => 'bathrooms', 'value' => old('bathrooms', $property->bathrooms)]) @endif @if (!isset($land)) @include('shared.input', ['class' => 'col-md-3', 'label' => 'Salles d\'eau', 'name' => 'water_rooms', 'value' => old('water_rooms', $property->water_rooms)])
@endif @include('shared.input', ['class' => 'col-md-3', 'label' => 'Taxe foncière', 'name' => 'land_tax', 'value' => old('land_tax', $property->land_tax)])
@include('shared.input', ['class' => 'col-md-6', 'label' => 'Ville', 'name' => 'city', 'value' => old('city', $property->city)]) @include('shared.input', ['class' => 'col-md-3', 'label' => 'Code postal', 'name' => 'postal_code', 'value' => old('postal_code', $property->postal_code)])
@if(!isset($land))
@include('shared.input', ['class' => 'col-md-3', 'label' => 'Année de construction', 'name' => 'year_of_construction', 'value' => old('year_of_construction', $property->year_of_construction)]) @include('shared.input', ['class' => 'col-md-3', 'label' => 'DPE', 'name' => 'dpe', 'value' => old('dpe', $property->dpe)]) @include('shared.input', ['class' => 'col-md-3', 'label' => 'GES', 'name' => 'ges', 'value' => old('ges', $property->ges)])
@else @endif