ID | Name | Country | Currency | {{--Payment Terms | --}}Factored | |
---|---|---|---|---|---|---|
{{ $customer->id }} | {{ $customer->name }} | {{ Str::upper($customer->countries->code) }} | {{ $customer->currency }} | {{--{{ $customer->payment_terms }} | --}}{{ $customer->factored }} | @can('customer:update') @endcan |