| #{{ $customer->id }} |
{{ $customer->full_name }}
|
{{ $customer->email }} |
{{ $customer->phone ?? '-' }} |
{{ $customer->orders()->count() }}
|
Rs {{ number_format($customer->orders()->sum('grand_total')) }}
|
{{ $customer->created_at->format('d M Y') }}
|
|
@empty