{{ $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 }}
{{ __('common.Phone_short') }}:
{{ $options->phone }}
{{ __('common.Email_short') }}:
{{ $options->email }}
{{ __('common.Web_short') }}:
{{ $options->website }}
{!! nl2br($options->activity) !!}
@php
$height = ($invoice->project) ? 25 : 15;
@endphp
{{ __('invoice.Invoice Number short') }}: {{ $invoice->number }}
{{ \App\Enum\InvoiceTypeCode::label($invoice->type) }} {{ (in_array($invoice->type, ['326', '875'])) ? $invoice->project_count : '' }}
@if($invoice->project)
{{ $invoice->project->name }} - {{ __('project.Project Number') }}: {{ $invoice->project->project_number }}
@endif
{{ __('common.Date') }}:
{{ $invoice->created }}