@extends('layouts.front') @section('content')

MON BORNAGE

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Praesent cursus efficitur lectus sed finibus.
Integer nec tristique felis, vel ornare leo.

Besoin d'un devis ?

Demander un devis

@csrf
Street address
City
State Zip code
Country
Nous avons détecté 0 parcelles dans votre voisinage, si ce nombre ne correspond pas à votre nombre réel de voisin, merci de préciser le nombre correct dans la case ci-dessous
{{ Form::text('neighbours', old('neighbours', 0), ['class' => 'form-control text-bornage-dgrey border-0' . ($errors->has('neighbours') ? ' is-invalid' : '') . ($inputBackgroundClass??''), 'required'=> true, 'data-neighbours-count'=>0]) }} @if ($errors->has('neighbours')) {{ $errors->first('neighbours') }} @endif
{{ Form::select('type_entourage', $tarificationFields['bornage']['type_entourage']['inputs'],old('type_entourage'), ['class' => 'form-control text-bornage-dgrey border-0' . ($errors->has('type_entourage') ? ' is-invalid' : '') . ($inputBackgroundClass??''), 'required'=> true]) }} @if ($errors->has('type_entourage')) {{ $errors->first('type_entourage') }} @endif
{{ Form::text('totalNeighbours', old('neighbours', 0), ['class' => 'form-control text-bornage-dgrey border-0' . ($errors->has('totalNeighbours') ? ' is-invalid' : '') . ($inputBackgroundClass??''), 'required'=> true, 'data-total-neighbours-count'=>0]) }} @if ($errors->has('totalNeighbours')) {{ $errors->first('totalNeighbours') }} @endif
{{ Form::text('ml_entourage', old('ml_entourage', 0), ['class' => 'form-control text-bornage-dgrey border-0' . ($errors->has('ml_entourage') ? ' is-invalid' : '') . ($inputBackgroundClass??''), 'required'=> true, 'data-distance' => 0]) }} @if ($errors->has('ml_entourage')) {{ $errors->first('ml_entourage') }} @endif
@endsection