@extends('layouts.app') @section('content')
Company Name | Internal Name | Shipping Address | Billing Address | Phone |
---|---|---|---|---|
{{$customer->company_name}} | {{$customer->internal_name}} | {{$customer->shipping_address}} | {{$customer->billing_address}} | {{$customer->phone}} |