Customer ID: {{$customer->customer_id}}
Customer Name: {{$customer->customer}}
First Name: {{$customer->first_name}}
Last Name: {{$customer->last_name}}
Company: {{$customer->company}}
Corporate Name: {{$customer->corporate_name}}
Email Address: {{$customer->email}}
Phone Number: {{$customer->phone}}
Ship Address: {{$customer->ship_address}}
Ship City: {{$customer->ship_city}}
Ship State: {{$customer->ship_state}}
Ship Zip Code: {{$customer->ship_zip}}
Bill Address: {{$customer->bill_address}}
Bill City: {{$customer->bill_city}}
Bill State: {{$customer->bill_state}}
Bill Zip Code: {{$customer->bill_zip}}
Representative: {{$customer->rep->name}} ({{$customer->rep->code}})
Terms: {{$customer->terms}}
New Account: {{$customer->new_account ? 'Yes' : 'No'}}
Created_at: {{$customer->created_at}}
Updated_at: {{$customer->updated_at}}