{{ $options->company_name }}, {{ $options->address }}
, {{ $options->zip }} {{ $options->city }}
@if ( $invoice->customer->name != $invoice->address->name)
{{ $invoice->customer->name }}
@endif
{{ $invoice->address->name }}
{{ $invoice->address->address }}
{{ $invoice->address->zip }} {{ $invoice->address->city }}