@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'])
@endsection @push('script') @endpush