| {{ $loop->iteration }} |
{{ $party->name }} |
{{ $party->phone }} |
@if ($party->type == 'Retailer')
{{ __('Customer') }} |
@else
{{ $party->type }} |
@endif
{{ currency_format($party->credit_limit, currency: business_currency()) }} |
{{ currency_format($party->due, currency: business_currency()) }}
|
@endforeach