@php Theme::set('pageTitle', SeoHelper::getTitle()); @endphp
@if($backgroundImage = theme_option('authentication_forgot_password_background_image'))
{{ __('Forgot password') }}
@endif

{{ __('Forgot password') }}

@if (session('status'))
{{ session('status') }}
@endif

{{ __('Enter the email address associated with your account and we’ll send you a link to reset your password') }}

{!! $form ->formClass('auth-form form-horizontal') ->contentOnly() ->renderForm() !!}