|
|
@endusercan
{{ __('SL') }}. | {{ __('Image') }} | {{ __('Name') }} | {{ __('Type') }} | {{ __('Phone') }} | {{ __('Due') }} | {{ __('Credit Limit') }} | {{ __('Action') }} | |
|---|---|---|---|---|---|---|---|---|---|
| canBeDeleted()) disabled @endif> | @endusercan{{ ($parties->currentPage() - 1) * $parties->perPage() + $loop->iteration }} |
|
{{ $party->name }} | @if ($party->type == 'Retailer'){{ __('Customer') }} | @else{{ $party->type }} | @endif{{ $party->phone }} | {{ currency_format($party->due, currency: business_currency()) }} | {{ currency_format($party->credit_limit, currency: business_currency()) }} |
|