@extends('user.layouts.app') @push('title') {{ $pageTitle }} @endpush @section('content')
{{ __('Full Name') }} :
{{ $customer_detail->name }}
{{ __('Email') }} :
{{ $customer_detail->email }}
{{ __('Phone') }} :
{{ $customer_detail->mobile }}
{{ __('Country') }} :
{{ $customer_detail->userDetail->billing_country }}
{{ __('State') }} :
{{ $customer_detail->userDetail->billing_state }}
{{ __('City') }} :
{{ $customer_detail->userDetail->billing_city }}
{{ __('Zip Code') }} :
{{ $customer_detail->userDetail->billing_zip_code }}
{{ __('Address') }} :
{{ $customer_detail->userDetail->billing_address }}