@extends('reviewer.layouts.auth') @section('section', translate('reviewer')) @section('title', translate('Reset Password')) @section('content')

{{ translate('Reset Password') }}

{{ translate('Enter the email address associated with your account and we will send a link to reset your password.') }}

@csrf

{{ translate('Remember your password') }}? {{ translate('Login') }}

@endsection