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
ESTABLISHMENTS IN SWITZERLAND
{{ Form::open(array('url' => URL::route('ProcessContact'), 'method' => 'post', 'id' => 'ContactForm')) }}
{{ Form::hidden('contactLang', $lang) }}
@endif
@if($errors->has())
@endif
{{ Form::close() }}
A MESSAGE?
@if(Session::has('error-message')){{ Session::get('error-message') }}
@foreach($errors->all() as $message)
@endif
@if(Session::has('success-message'))
{{ $message }}
@endforeach{{ Session::get('success-message') }}
{{ 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')) }}
 }})