Customer Detail
| First Name | {{$content->first_name??''}} | Last Name | {{$content->last_name??''}} |
|---|---|---|---|
| {{$content->email??''}} | Phone | {{$content->phone_no??''}} | |
| City | {{$content->city??''}} | State | {{$content->state??''}} |
| Country | {{$content->country??''}} | Address | {{$content->address??''}} |