@extends('layouts.front-end.app') @section('title', auth('customer')->user()->f_name.' '.auth('customer')->user()->l_name) @push('css_or_js') @endpush @section('content')
@include('web-views.partials._profile-aside')
{{ translate('profile_Info') }}
@csrf
{{ $customerDetail['f_name']. ' '.$customerDetail['l_name'] }}
@php($userCountryAndPhone = ($customerDetail['country_code'] ? '+'.$customerDetail['country_code'] : '').$customerDetail['phone'])
@if($customerDetail['phone'] && getLoginConfig(key: 'phone_verification')) @if($customerDetail['is_phone_verified']) @else @endif @endif
@if($customerDetail['email'] && getLoginConfig(key: 'email_verification')) @if($customerDetail['is_email_verified']) @else @endif @endif
@endsection @push('script') @endpush