@extends('layouts.front-end.app') @section('title', translate('verify')) @section('content')
@if ($user_verify == 0)

{{ translate('resend_code_within') }}

s
@csrf
@if(base64_decode(request('type')) == 'phone_verification') @elseif(base64_decode(request('type')) == 'email_verification') @else @endif
@if($web_config['firebase_otp_verification'] && $web_config['firebase_otp_verification']['status'])
@endif
@else
{{ translate('hello')}}, {{$user->f_name}}
{{ translate('verification_Successfully_Done!')}}!
@endif
@endsection @push('script') @endpush