@extends('master') @section('head') @stop @section('body')
{!! Former::text('email')->placeholder(trans('texts.email_address'))->raw() !!}
{!! Button::success(trans('texts.send_email'))->withAttributes(array('class' => 'btn-lg'))->submit()->block() !!}
@if (count($errors->all()))