@extends('web.user.layouts.layout') @section('content')

{{ __('website.productworld') }} {{-- $site->headline --}}

{!! __('website.start_copy_mivita') !!} {{-- $site->copy --}}

@if ($site->hasImage()) @endif
    @foreach ($site->getProductModels() as $product)
  • @include('web.templates.produkte-item', ['subsite' => 'alle-produkte'])
  • @endforeach
{{--

Spare mit Sets

    @foreach ($site->getProductSetModels() as $product)
  • @include('web.templates.produkte-item', ['subsite' => 'alle-produkte'])
  • @endforeach
--}}

{!! __('website.welcome') !!}

{!! __('website.welcome_copy') !!}

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

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

@if ($user_shop->getLang('accessibility'))

{!! __('website.my_accessibility') !!} :
{!! nl2br($user_shop->getLang('accessibility')) !!}

@endif @if ($user_shop->getLang('about'))

„{{ nl2br($user_shop->getLang('about')) }}“

@endif @if ($user_shop->on_sites)

{!! __('website.for_you_on_spot') !!}:

{!! __('website.for_you_on_spot_copy') !!}

@endif

{!! __('website.start_why_hl') !!}

{!! __('website.start_why_copy') !!}

{{ __('website.start_aloe_hl') }}

{{ __('website.start_aloe_copy') }}

{{ __('website.more') }} {{ __('website.read') }} {{ __('website.NOW') }}

{{ __('website.start_products_hl') }}

{{ __('website.start_products_copy') }}

{{ __('website.more') }} {{ __('website.read') }} {{ __('website.NOW') }}

{{ __('website.start_salespartner_hl') }}

{{ __('website.start_salespartner_copy') }}

{{ __('website.more') }} {{ __('website.read') }} {{ __('website.NOW') }}
{!! __('website.start_mivitapartner_copy') !!}
@if (Request::get('youtube') === 'ChHAxy6SbkM')
@else
@endif
@endsection