@foreach($parties as $party)
| {{ ($parties->currentPage() - 1) * $parties->perPage() + $loop->iteration }} |
{{ $party->name }} |
{{ $party->email }} |
{{ $party->phone }} |
{{ $party->type }} |
{{ currency_format( $party->due, currency: business_currency()) }}
|
|
@endforeach