@foreach ($parties as $party) @endforeach @if ($parties->count() > 0) @endif
{{ __('SL') }}. {{ __('Name') }} {{ __('Phone') }} {{ __('Type') }} {{ __('Credit Limit') }} {{ __('Due Amount') }}
{{ $loop->iteration }} {{ $party->name }} {{ $party->phone }} {{ $party->type }} {{ currency_format($party->credit_limit, currency: business_currency()) }} {{ currency_format($party->due, currency: business_currency()) }}