@extends('layouts.app') @section('content')
{{ $customer->Name }}
ListID: {{ $customer->ListID }}
TimeCreated: {{ $customer->TimeCreated }}
TimeModified: {{ $customer->TimeModified }}
EditSequence: {{ $customer->EditSequence }}
FullName: {{ $customer->FullName }}
IsActive: {{ $customer->IsActive }}
Sublevel: {{ $customer->Sublevel }}
Salutation: {{ $customer->Salutation }}
FirstName: {{ $customer->FirstName }}
LastName: {{ $customer->LastName }}
BillAddress: {{ $customer->BillAddress['Addr1'] }} {{ $customer->BillAddress['Addr2'] }}, {{ $customer->BillAddress['City'] }}, {{ $customer->BillAddress['State'] }} {{ $customer->BillAddress['PostalCode'] }}
ShipAddress: {{ $customer->ShipAddress['Addr1'] }} {{ $customer->ShipAddress['Addr2'] }}, {{ $customer->ShipAddress['City'] }}, {{ $customer->ShipAddress['State'] }} {{ $customer->ShipAddress['PostalCode'] }}
Phone: {{ $customer->Phone }}
AltPhone: {{ $customer->AltPhone }}
Fax: {{ $customer->Fax }}
Contact: {{ $customer->Contact }}
CustomerTypeRef: {{ $customer->CustomerTypeRef['FullName'] }}
TermsRef: {{ $customer->TermsRef['FullName'] }}
SalesRepRef: {{ $customer->SalesRepRef['FullName'] }}
Balance: {{ $customer->Balance }}
TotalBalance: {{ $customer->TotalBalance }}
CreditLimit: {{ $customer->CreditLimit }}
JobStatus: {{ $customer->JobStatus }}
PriceLevelRef: {{ $customer->PriceLevelRef['FullName'] }}
@endsection