Invoice To
{{$invoice->customer->firstname}} {{$invoice->customer->lastname}}
{{$invoice->customer->bill_address}}
{{$invoice->customer->bill_city}}
{{$invoice->customer->bill_state}} {{$invoice->customer->bill_zip}}
E: {{$invoice->customer->email}}
P: {{$invoice->customer->phone}}
Ship To
{{$invoice->customer->ship_address}}
{{$invoice->customer->ship_city}}
{{$invoice->customer->ship_state}} {{$invoice->customer->ship_zip}}
E: {{$invoice->customer->email}}
P: {{$invoice->customer->phone}}