@extends('theme-views.layouts.app') @section('title', translate('Personal_Details').' | '.$web_config['company_name'].' '.translate('ecommerce')) @section('content') @include('theme-views.partials._profile-aside') {{translate('edit_personal_details')}} {{translate('go_back')}} @csrf {{translate('first_name')}} {{translate('last_name')}} {{translate('phone')}} @if($customerDetail['phone'] && getLoginConfig(key: 'phone_verification')) @if($customerDetail['is_phone_verified']) @else @endif @endif {{translate('email')}} @if($customerDetail['email'] && getLoginConfig(key: 'email_verification')) @if($customerDetail['is_email_verified']) @else @endif @endif {{translate('password')}} {{translate('confirm_password')}} {{translate('attachment')}} {{translate('change_your_profile')}} {{translate('image_ratio_should_be').'1:1'}} {{translate('reset')}} {{translate('update_profile')}} @endsection @push('script') @endpush