@extends('layouts.main') @section('title', "Dipan - Kontakt") @section('description', "") @section('keywords', "") @section('content')
{{-- Nos succursales --}}

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

E-mail

info@dipan.ch

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

FILIALEN

Implantations nationales

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

SCHREIBEN SIE UNS

@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' => '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:')) }}
Senden Sie die Nachricht
{{ Form::close() }}
@stop