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

Reset your password for {{ \Config::get('settings.company_name') }}.

{{ html()->form('POST', route('password.email'))->attributes(['class' => 'form-horizontal'])->open() }} @include('admin.components.messages')
has('email') ? ' aria-invalid="true"' : '' }} required> @if ($errors->has('email')) @endif
Enter your email address that you used to register. We'll send you a link to reset your password.
{{ html()->form()->close() }}
@endsection