{{ session('status') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{ Form::text('email', null, ['class' => 'input100 nospace']) }}