@extends('layouts.app') @section('title', 'Customer Details') @section('content')
{{ $customer->company_name }}
@endif{{ $customer->name }}
{{ $customer->billing_address }}
@if($customer->billing_street2){{ $customer->billing_street2 }}
@endif{{ $customer->billing_city }}@if($customer->billing_city && $customer->billing_state), @endif {{ $customer->billing_state }} {{ $customer->billing_zip }}
{{ $customer->billing_country }}
{{ $customer->name }}
@if($customer->shipping_address){{ $customer->shipping_address }}
@if($customer->shipping_street2){{ $customer->shipping_street2 }}
@endif{{ $customer->shipping_city }}@if($customer->shipping_city && $customer->shipping_state), @endif {{ $customer->shipping_state }} {{ $customer->shipping_zip }}
{{ $customer->shipping_country }}
@elseSame as billing address
@endif| NAME | PHONE | |
|---|---|---|
| {{ $contact->name }} | {{ $contact->email ?: '---' }} | {{ $contact->phone ?: '---' }} |
| No additional contact persons linked. | ||
{{ $customer->notes }}