@php $billLabelColor = $billLabelColor ?? '#137fec'; @endphp @if($invoice->customer)
Bill to
{{ $invoice->customer->name }}
@if($invoice->customer->email) {{ $invoice->customer->email }}@if($invoice->customer->phone || $invoice->customer->address), @endif @endif @if($invoice->customer->phone) {{ $invoice->customer->phone }}@if($invoice->customer->address), @endif @endif @if($invoice->customer->address){{ $invoice->customer->address }}@endif
@endif