@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']) !!}
* {{trans('register.required_fields')}}
{!! Form::label('first_name', __('Salutation').'*') !!} {!! Form::select('salutation', [''=>'Bitte wählen', 'mr'=>'Herr', 'ms'=>'Frau'], '', ['class' => 'form-control '.($errors->has('salutation') ? 'error is-invalid' : '')]) !!} @if ($errors->has('salutation'))
{{ $errors->first('salutation') }}
@endif
{!! Form::label('first_name', __('First name').'*') !!} {!! Form::text('first_name', '', ['class' => 'form-control '.($errors->has('first_name') ? 'error is-invalid' : ''), 'placeholder'=>__('First name'), '']) !!} @if ($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
{!! Form::label('last_name', __('Last Name').'*') !!} {!! Form::text('last_name', '', ['class' => 'form-control '.($errors->has('last_name') ? 'error is-invalid' : ''), 'placeholder'=>__('Last Name'), '']) !!} @if ($errors->has('last_name'))
{{ $errors->first('last_name') }}
@endif
{!! Form::label('email', __('E-Mail Address').'*') !!} {!! Form::email('email', '', ['class' => 'form-control '.($errors->has('email') ? 'error is-invalid' : ''), 'placeholder'=>__('E-Mail Address'), '']) !!} @if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{!! Form::label('phone', __('Phone')) !!} {!! Form::text('phone', null, ['class' => 'form-control', 'placeholder'=>__('Phone')]) !!}
{!! Form::label('message', __('Nachricht*')) !!} {!! Form::textarea('message', null, ['class' => 'form-control '.($errors->has('message') ? 'error is-invalid' : ''), 'placeholder'=>__('Deine Nachticht an uns')]) !!} @if ($errors->has('message'))
{{ $errors->first('message') }}
@endif
@if(!$user_shop || $user_shop->id === 22)
{!! Form::label('sales_partnership', __('Betrifft Ihre Anfrage eine gewünschte Vertriebspartnerschaft?*')) !!}
@if ($errors->has('sales_partnership'))
{{ $errors->first('sales_partnership') }}
@endif
@endif

@if ($errors->has('accepted_data_protection'))
{{ $errors->first('accepted_data_protection') }}
@endif
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('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 @section('scripts') @if(!$user_shop || $user_shop->id === 22) @endif @endsection