@extends('admin.layouts.layout-login') @section('content')
Reset Password

Re-Password with {{ \Config::get('settings.company_name') }}.

{{ Form::open(array('route' => 'password.email', 'method' => 'post', 'id' => 'sign_in', 'class' => 'form-horizontal')) }}
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.components.messages')
has('email') ? ' aria-invalid="true"' : '' }}> @if ($errors->has('email')) @endif
{{ Form::close() }}
@endsection