@extends('layouts.layout-admin') @section('style') @endsection @section('content')

{{ __('View Customer') }}

{{-- --}} User profile picture

{{ $customerInfo->user_name }}

{{ $customerInfo->company_name }}

  • {{ __('Total Orders') }} 1,322
  • {{ __('Total Customers') }} 543

{{ __('Customer Info') }}

{{ __('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] }}
@endsection @section('scripts') @endsection