@if(count($array_address_book) <= 0)
Add New Address
@endif
| Full name | Address | Postcode | Phone Number | Action |
|---|---|---|---|---|
| {{ $row->Fullname }} | {{ $row->Address }} | {{ $row->State }}, {{ $row->City }}, {{ $row->ZipCode }} | {{ $row->ContactNumber }} | Edit |