@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.Password must be at least 6 characters, include a number and a special character') }}
{{ __('main.Strong password') }}
0%
{{ __('main.Must be at least 6 characters, include 1 number and 1 special character') }}
{{ __('main.Passwords do not match') }}
{{ __('main.Passwords match') }}
{{ __('main.Login now') }}
@endsection @section('js') @parent @endsection