|
Service
@if(empty($customer->company_name))
{{ $customer->unit_no }}, {{ $customer->building_name }}, {{ $customer->postcode }}, {{ $customer->city }}, {{ $customer->state }}
@else
{{ $customer->company_name }}, {{ $customer->unit_no }}, {{ $customer->street }}, {{ $customer->postcode }}, {{ $customer->city }}, {{ $customer->state }}
@endif
|