@extends($user_shop ?'web.user.layouts.layout' : 'web.layouts.layout') @section('content')

Schreibe uns!

Du interessierst Dich für unser Geschäft oder hast Fragen zu den Produkten? Dann freuen wir uns auf eine Nachricht von Dir. Wir werden uns im Anschluss sobald wie möglich bei Dir zurückmelden.

{!! Form::open(['url' => '/kontakt']) !!}
{!! Form::label('first_name', __('First name').'*') !!} {!! Form::text('first_name', null, ['class' => 'form-control '.($errors->has('first_name') ? 'error' : ''), 'placeholder'=>__('First name'), 'required']) !!}
@if ($errors->has('first_name')) @endif
{!! Form::label('last_name', __('Last Name').'*') !!} {!! Form::text('last_name', null, ['class' => 'form-control '.($errors->has('last_name') ? 'error' : ''), 'placeholder'=>__('Last Name'), 'required']) !!}
@if ($errors->has('last_name')) @endif
{!! Form::label('email', __('E-Mail').'*') !!} {!! Form::email('email', null, ['class' => 'form-control '.($errors->has('email') ? 'error' : ''), 'placeholder'=>__('E-Mail'), 'required']) !!}
@if ($errors->has('email')) @endif
{!! Form::label('phone', __('Phone')) !!} {!! Form::text('phone', null, ['class' => 'form-control', 'placeholder'=>__('Phone')]) !!}
{!! Form::label('subject', __('Betreff')) !!} {!! Form::text('subject', null, ['class' => 'form-control', 'placeholder'=>__('Betreff')]) !!}
{!! Form::label('message', __('Nachricht*')) !!} {!! Form::textarea('message', null, ['class' => 'form-control '.($errors->has('message') ? 'error' : ''), 'placeholder'=>__('Deine Nachticht'), 'required']) !!} @if ($errors->has('message')) @endif
* Pflichtpfelder
@if ($errors->has('accepted_data_protection')) @endif
@if ($errors->has('g-recaptcha-response')) @endif
{!! Form::close() !!}
@if($user_shop)

Kontakt

Ich freue mich über Deinen Besuch in meinem MIVITA Onlineshop. Ich bin Deine persönliche Beratung rund um die Produkte und ihrer Anwendung.

@if($user_shop->isImage()) @else @endif

@if($user_shop->title) {{ $user_shop->title }}
@endif @if($user_shop->contact) {!! nl2br($user_shop->contact) !!} @endif
{{ $user_shop->getSubdomain(true) }}

@if($user_shop->accessibility)

Meine Erreichbarkeit:
{!! nl2br($user_shop->accessibility) !!}

@endif @else

Kontakt


Adresse:
mivita e.K.
Leinfeld 2
87755 Kirchhaslach
Telefon: 0 8333-946 98 90 Email: info@mivita.care


Geschäftszeiten

Mo. - Fr.: 9-12 Uhr u. 13-16 Uhr

@endif
@endsection