@extends('design_1.web.auth.theme_1.layout') @section('page_content')
{{ trans('update.thank_you_for_joining') }} 😊

{{ trans('update.account_verification') }}

@if($username == "email") {{ trans('update.account_verification_code_hint_for_email') }} @else {{ trans('update.account_verification_code_hint_for_mobile') }} @endif
{{ trans('update.verification_code') }}
@foreach([1,2,3,4,5] as $num) @endforeach
@error('code')
{{ $message }}
@enderror
@php $duration = getGeneralOptionsSettings("duration_of_resend_verification_code"); @endphp
@if(!empty($duration))
{{ trans('update.please_wait_2') }}
{{ trans('update.to_resend_the_code') }}
@endif
{{ trans('update.haven’t_received_the_code') }}
@endsection @push('scripts_bottom') @endpush