@extends('front.layout.master') @section('content')

Overview

{{ $customer->account_name }}

Edit info
Profile completion62%
Phone {{ $customer->phone }}
Email {{ $customer->email }}
Customer Type {{ $customer->customerType->type_name_en }}
Customer Package {{ $customer->customerPackage->package_name_en }}
Gender {{ $customer->gender }}
Communication Mobile, email

balance

{{ $customer->credit }}

{{-- --}}
{{--

Address

Edit info

Billing address

Primary

...........
....., .....,
....

--}} {{--

Billing

Edit info

Isabella Bocouse

Primary
Visa •••• 9016
Debit - Expires 03/24

Your primary credit card expired on 01/04/2022. Please add a new card or update this one.

--}}
@endsection