| {{ __('Name') }} | {{ $customerInfo->user_name }} |
| {{ __('Email') }} | {{ $customerInfo->email }} |
| {{ __('Street') }} | {{ $customerInfo->street }} |
| {{ __('Suburb') }} | {{ $customerInfo->suburb }} |
| {{ __('City') }} | {{ $customerInfo->city }} |
| {{ __('PostCode') }} | {{ $customerInfo->postcode }} |
| {{ __('State') }} | {{ $customerInfo->state }} |
| {{ __('Country') }} | {{ $customerInfo->country }} |
| {{ __('Phone') }} | {{ $customerInfo->phone }} |
| {{ __('Company Name') }} | {{ $customerInfo->company_name }} |
| {{ __('Status') }} | {{ $status[$customerInfo->status] }} |