@php $i = $customers->firstItem() - 1; @endphp @foreach($customers as $c) @php $i++; @endphp @endforeach
# New Code Code Sales Rep. Tax Code Type Name Email Options
{{ $i }} {{ $c->Customer_Code }} {{ $c->Customer }} {{ $c->Sales_Rep }} {{ $c->Tax_Code }} {{ $c->Type }} {{ $c->Name }} {{ $c->Email_Address }} @can('administration.users.edit') @endcan @can('administration.users.destroy') @endcan
{{ $customers->links('vendor/pagination/livewire') }}