@extends('layout')
@section('subtitle')
Password Reminder
@stop
@section('content')
Password Reminder
{{ Form::open(array('action' => 'RemindersController@postRemind', 'id' => 'reminderForm', 'class' => 'form-horizontal')) }}
{{ Form::close() }}
@stop