@extends('admin.layouts.layout-login')
@section('main')
{{ Form::open(array('route' => 'password.email', 'method' => 'post', 'id' => 'sign_in')) }}
Enter your email address that you used to register. We'll send you an email with your username and a
link to reset your password.
@include('admin.layouts.messages')
{{ Form::close() }}
@endsection