← Back to customers
@if (session('success'))
{{ session('success') }}
@endif

{{ $customer->name }}

{{ $customer->phone ?: '—' }} · {{ $customer->email ?: '—' }}

@can('customers.update') @endcan
Total Sales
{{ number_format($customer->soldValue(), 2) }}
Amount Paid
{{ number_format($customer->paidValue(), 2) }}
Balance Owed
{{ number_format($customer->balance(), 2) }}

Activity

@if ($timeline->isEmpty()) @else @endif
{{-- Record Payment modal --}} @if ($showPaymentForm)

Record Payment

@endif