@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')
email
@if ($errors->has('email')) @endif
Sign In!
{{ Form::close() }} @endsection