@extends('auth.layouts.app') @push('title') {{ __('Verify Reset Password') }} @endpush @section('content')
{{ getOption('app_name') }}

{{ getOption('sign_up_left_text_title') }}

{{ getOption('sign_up_left_text_subtitle') }}

{{ __('Confirm Reset Password') }}

{{ ('Please chcek your email') }} {{ $resetPassword->email }} {{ __("and enter the otp below to reset") }}

@csrf

{{ __('Send the code again after') }}

@csrf
@endsection @push('script') @endpush