Customer Details
| Customer ID# | {{$customer->id}} |
| Customer Name: | {{$customer->name}} |
| Customer Email: | {{$customer->email}} |
| Customer Phone: | {{$customer->phone}} |
| Customer Fax: | {{$customer->fax}} |
| Customer Address: | {{$customer->address}} |
| Customer City: | {{$customer->city}} |
| Customer Zip: | {{$customer->zip}} |
| Joined: | {{$customer->created_at->diffForHumans()}} |
| Contact Customer |