@extends('template.homepage') @section('content') @if ( $errors->count() > 0 )
{{ $error }}
{{ $success }}
Per iscriverti alla newsletter e all'SMS news compila il modulo sottostante{{ Form::open(array('url' => URL::to('/check', [], true), 'method' => 'post', 'role' => 'form'))}} {{ Form::hidden('id', $hash)}} @if(Cookie::get('laravel_session') == null) @endif
{{ $errors->first('nome') }}
@endif{{ $errors->first('cognome') }}
@endif{{ $errors->first('email') }}
@endif{{ $errors->first('sms') }}
@endif {{ Form::checkbox('acconsentoSMS', '1', false) }} Acconsento{{ $errors->first('privacyChk') }}
@endif{{ $errors->first('captcha') }}
@endif