@extends('theme-views.layouts.app') @section('title', translate('customer_Verify').' | '.$web_config['company_name'].' '.translate('ecommerce')) @section('content') {{ translate('just_one_step_away') }}! {{ translate('_this_will_help_make_your_profile_more_personalized') }} @csrf {{ translate('Name') }} @if($updateType == 'otp') {{ translate('Email') }} @elseif($updateType == 'social') {{ translate('phone_number') }} @endif @if($web_config['firebase_otp_verification'] && $web_config['firebase_otp_verification']['status']) @endif {{ translate('Update')}} @if($updateType == 'social') @include(VIEW_FILE_NAMES['modal_for_social_media_user_view']) @endif @endsection @push('script') @if($user) @endif @endpush
{{ translate('just_one_step_away') }}! {{ translate('_this_will_help_make_your_profile_more_personalized') }}