From:
{{ $invoice->business_name ?? $user->name }}
@if($invoice->business_address){{ $invoice->business_address }}
@endif @if($invoice->business_phone)Phone: {{ $invoice->business_phone }}
@endif @if($invoice->business_email)Email: {{ $invoice->business_email }}
@endif @if($invoice->business_tax_id)Tax ID: {{ $invoice->business_tax_id }}
@endifBill To:
{{ $invoice->customer_name }}
{{ $invoice->customer_email }}
@if($invoice->customer_address){{ $invoice->customer_address }}
@endif @if($invoice->customer_phone)Phone: {{ $invoice->customer_phone }}
@endif