# |
Contact Key |
Contact |
Customer Code |
Customer |
Vendor |
Address |
Contact Name |
Title |
Phone |
Phone Ext |
Fax |
Email Address |
Last Updated |
Cell Phone |
Note Text |
Actions |
{{-- @dd($listContacts) --}}
@php
$ii = 0;
@endphp
@forelse ($listContacts as $lc)
@php
$ii++;
@endphp
{{ $ii }} |
{{ $lc->ContactKey }} |
{{ $lc->Contact }} |
{{ $lc->Customer_Code }} |
{{ $lc->Customer }} |
{{ $lc->Vendor }} |
{{ $lc->Address }} |
{{ $lc->Contact_Name }} |
{{ $lc->Title }} |
{{ $lc->Phone }} |
{{ $lc->Phone_Ext }} |
{{ $lc->Fax }} |
{{ $lc->Email_Address }} |
{{ $lc->Last_Updated }} |
{{ $lc->Cell_Phone }} |
{{ $lc->Note_Text }} |
|
@empty
No data |
@endforelse
{{ $listContacts->links('vendor/pagination/livewire') }}
{{-- Spinner --}}