@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.Please enter the email address associated with your account.') }}
{{ __('main.Login now') }}
@endsection @section('js') @parent @endsection