@extends('layouts.main') @section('title', "Dipan - Contacts") @section('description', "DIPAN : traitement d'eau des conduites sanitaires, problèmes de calcaire réseau, eau rouge, traitement légionellose, nettoyage tuyauterie, adoucisseur d'eau.") @section('keywords', "") @section('content')
{{-- Nos succursales --}}

Contact

GENEVA

Champs-Fréchets 25

CH-1217 Meyrin

T +41 22 365 17 00

F +41 22 361 40 04

Zurich

Steinackerstrasse 35

CH-8302 Zürich-Kloten

T +41 43 819 44 80

F +41 43 819 44 82

Nyon

Rue de Rive 18

CH-1260 Nyon

T +41 22 365 17 00

F +41 22 361 40 04

Lausanne

Ch. Champ-Soleil 22

CH-1012 Lausanne

T +41 22 365 17 00

F +41 22 361 40 04

Sion

Ch. des Perdrix 16

CH-1950 Sion

T +41 22 365 17 00

F +41 22 361 40 04

E-mail

info@dipan.ch

{{-- Nous trouver --}} {{--

ESTABLISHMENTS IN SWITZERLAND

Establishments in switzerland

--}} {{-- Nous ecrire --}}
{{ Form::open(array('url' => URL::route('ProcessContact'), 'method' => 'post', 'id' => 'ContactForm')) }} {{ Form::hidden('contactLang', $lang) }}

A MESSAGE?

@if(Session::has('error-message'))

{{ Session::get('error-message') }}

@endif @if($errors->has())
@foreach($errors->all() as $message)

{{ $message }}

@endforeach
@endif @if(Session::has('success-message'))

{{ Session::get('success-message') }}

@endif
{{ Form::text('contactTitre', Input::old('contactTitre'), array('placeholder' => 'Title')) }} {{ Form::text('contactPrenom', Input::old('contactPrenom'), array('placeholder' => 'First name')) }} {{ Form::text('contactNom', Input::old('contactNom'), array('placeholder' => 'Name')) }} {{ Form::text('contactEmail', Input::old('contactEmail'), array('placeholder' => 'E-mail address')) }} {{ Form::textarea('contactMessage', Input::old('contactMessage'), array('placeholder' => 'Enter your message here')) }}
Envoyer le message
{{ Form::close() }}
@stop