@extends('layout') @section('subtitle') Password Reminder @stop @section('content')

Password Reminder

{{ Form::open(array('action' => 'RemindersController@postRemind', 'id' => 'reminderForm', 'class' => 'form-horizontal')) }}
{{ Form::text('email', '', array('class' => 'form-control input-lg', 'placeholder' => 'Email', 'required' => '')) }}
{{ Form::close() }}
@stop