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

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

{!! html()->form('POST', route('password.email'))->attributes(['id' => 'sign_in', 'class' => 'form-horizontal'])->open() !!}
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
{!! html()->form()->close() !!}
@endsection