@extends(config('template.client.view') . '.login.layout') @if(isset($title)) @section('title', $title) @endif @section('head') @parent @endsection @section('content')

{{ __('main.Request new password') }}

{{ __('main.A link with instructions to reset your password has been sent to the email address you provided. Please check your email and follow the instructions.') }}
{{ __('main.Login now') }}
@endsection @section('js') @parent @endsection