@extends('layouts.master') @section('title', Lang::get('home.meta_title')) @section('description', Lang::get('home.meta_description')) @section('content') @parent

{!! Lang::get('home.header.tagline') !!}

{{ Lang::get('home.header.text') }}

{{ Lang::get('home.header.cta') }}

{!! Lang::get('home.about.title') !!}

{!! Lang::get('home.about.text') !!}

{!! Lang::get('home.about.availability') !!}

1

{{ Lang::get('home.steps.step1.title') }}

{!! Lang::get('home.steps.step1.text') !!}

2

{{ Lang::get('home.steps.step2.title') }}

{!! Lang::get('home.steps.step2.text') !!}

3

{{ Lang::get('home.steps.step3.title') }}

{!! Lang::get('home.steps.step3.text') !!}

4

{{ Lang::get('home.steps.step4.title') }}

{!! Lang::get('home.steps.step4.text') !!}

{{ Form::open(['url' => route('newsletter.register'), 'method' => 'post', 'id' => 'sign-up', 'class' => 'form', 'autocomplete' => 'off', 'novalidate']) }}

{{ Lang::get('home.signup.title') }}

{!! Lang::get('home.signup.text') !!}

{{ Lang::get('home.signup.interest.title') }}

@if( $errors->has('interest') )

{{ $errors->first('interest') }}

@endif
@if( $errors->has('email') )

{{ $errors->first('email') }}

@endif

{{ Lang::get('home.signup.spam') }}

{!! Lang::get('home.blog.text') !!}

@stop @section('js') @stop