| {{ ++$index }} |
{{ $customer->customer_number }} |
{{ $customer->name }} |
{{ $customer->phone }} |
{{ $customer->transactions->count() }} |
{{ (new App\Services\TransactionService())->totalPriceGroupAsString($customer->fresh()->transactions) }}
|
{{ (new App\Services\TransactionService())->totalDiscountGivenGroupAsString($customer->fresh()->transactions) }}
|
@endforeach
@endforeach