@extends('layouts.app') @section('content')
| Name | Contact | Phone | Status | Bill Address | Ship Address | Total Balance | Credit Limit | |
|---|---|---|---|---|---|---|---|---|
| {{ $customer->Salutation }} {{$customer->FirstName}} {{$customer->LastName}} | {{$customer->Contact}} | {{$customer->Email}} | {{$customer->Phone}} | {{ $customer->IsActive }} | {{ $customer->BillAddress['Addr1'] }} {{ $customer->BillAddress['Addr2'] }}, {{ $customer->BillAddress['City'] }}, {{ $customer->BillAddress['State'] }} {{ $customer->BillAddress['PostalCode'] }} | {{ $customer->ShipAddress['Addr1'] }} {{ $customer->ShipAddress['Addr2'] }}, {{ $customer->ShipAddress['City'] }}, {{ $customer->ShipAddress['State'] }} {{ $customer->ShipAddress['PostalCode'] }} | {{ $customer->TotalBalance }} | {{ $customer->CreditLimit }} |