{{-- {{ $listCustomers}} --}} @php $ii = 0; @endphp @forelse ($listCustomers as $lc) @php $ii++; @endphp @empty @endforelse
# ID Customer Code Customer Sales Rep User Values Terms ID Terms Type Ship Via Sales Code Tax Code ID Tax Code Title Name Email Address Phone Address Country State City Zip URL Status ID Status Ship Lead Days Print Statement Credit Limit Curr Balance Customer Since Accept BO Pricing Level Partner Currency Def Note Text Last Updated Tax ID Acct Mgr Rating QB ID PST ID Send Report By Email Actions
{{ $ii }} {{ $lc->id }} {{ $lc->Customer_Code }} {{ $lc->Customer }} {{ $lc->Sales_Rep }} {{ $lc->User_Values }} {{ $lc->Terms_id }} {{ $lc->Terms }} {{ $lc->Type }} {{ $lc->Ship_Via }} {{ $lc->Sales_Code }} {{ $lc->Tax_Code_id }} {{ $lc->Tax_Code }} {{ $lc->Title }} {{ $lc->name }} {{ $lc->Email_Address }} {{ $lc->Phone }} {{ $lc->Address }} {{ $lc->Country }} {{ $lc->State }} {{ $lc->City }} {{ $lc->Zip }} {{ $lc->URL }} {{ $lc->Status_id }} {{ $lc->Status }} {{ $lc->Ship_Lead_Days }} {{ $lc->Print_Statement }} {{ $lc->Credit_Limit }} {{ $lc->Curr_Balance }} {{ $lc->Customer_Since }} {{ $lc->Accept_BO }} {{ $lc->Pricing_Level }} {{ $lc->Partner }} {{ $lc->Currency_Def }} {{ $lc->Note_Text }} {{ $lc->Last_Updated }} {{ $lc->Tax_ID }} {{ $lc->Acct_Mgr }} {{ $lc->Rating }} {{ $lc->QB_ID }} {{ $lc->PST_ID }} {{ $lc->Send_Report_By_Email }} No data
@include('livewire.administration.jobs.customer.modals.customermodal') @include('livewire.administration.jobs.customer.modals.confirmcustomermodal') {{-- Spinner --}}