@extends('auth.layouts.authentication') @section('content')
{{ translate('Password Reset Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Verify Your Email Address') }}

{{ translate('Before proceeding, please check your email for a verification link. If you did not receive the email.') }}
{{ translate('Click here to request another') }} @if (session('resent')) @endif
{{ translate('Back to Previous Page')}}
@endsection