Contact
Genf
Champs-Fréchets 25
CH-1217 Meyrin
T +41 22 365 17 00
F +41 22 361 40 04
Zürich
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
FILIALEN
{{ Form::open(array('url' => URL::route('ProcessContact'), 'method' => 'post', 'id' => 'ContactForm')) }}
{{ Form::hidden('contactLang', $lang) }}
@endif
@if($errors->has())
@endif
{{ Form::close() }}
SCHREIBEN SIE UNS
@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' => 'Anrede')) }}
{{ Form::text('contactPrenom', Input::old('contactPrenom'), array('placeholder' => 'Vorname')) }}
{{ Form::text('contactNom', Input::old('contactNom'), array('placeholder' => 'Name')) }}
{{ Form::text('contactEmail', Input::old('contactEmail'), array('placeholder' => 'E-Mail Adresse')) }}
{{ Form::textarea('contactMessage', Input::old('contactMessage'), array('placeholder' => 'Geben Sie hier Ihre Nachricht ein:')) }}
 }})