{{ $issuer['name'] }}
@endif @foreach ($issuerLines as $line){{ $line }}
@endforeach @if($fmt($issuer['email'] ?? null)){{ $issuer['phone'] }}
@endif
{{ $pdfLabels['document_title'] ?? 'Rechnung' }} |
{{ $pdfLabels['invoice_to'] ?? 'Rechnung an' }}
{{ $invoice->client_name }}
@if($fmt($invoice->client_street)){{ $invoice->client_street }}
@endif @if($fmt($invoice->client_zip_city)){{ $invoice->client_zip_city }}
@endif|
{{ $pdfLabels['project'] ?? 'Project' }} {{ $invoice->project_title }} |
{{ $pdfLabels['billing'] ?? 'Abrechnung' }} {{ $fmt($invoice->project_subtitle) ? $invoice->project_subtitle : ($pdfLabels['dash'] ?? '—') }} |
{{ $pdfLabels['services_overview'] ?? 'Leistungsübersicht' }}
| {{ $pdfLabels['pos'] ?? 'Pos.' }} | {{ $pdfLabels['service'] ?? 'Leistung' }} | {{ $pdfLabels['qty'] ?? 'Menge' }} | {{ $pdfLabels['amount_eur'] ?? 'Betrag, €' }} |
|---|---|---|---|
| {{ $index + 1 }} | {{ $row['description'] ?? '' }} | {{ $row['quantity'] ?? '1' }} | {{ $euro($row['line_total'] ?? 0) }} |
|
{{ $pdfLabels['total_project'] ?? 'Gesamtprojekt' }}: {{ $euro($invoice->total_amount) }} @if($dueAmount !== null && $currentDueText){{ $currentDueText }}: {{ $euro($dueAmount) }} @endif |
{{ $pdfLabels['payment_terms_heading'] ?? 'Zahlungsbedingungen' }}
{{ $issuer['payment_terms'] }}
{{ $pdfLabels['bank_heading'] ?? 'Bankverbindung:' }}
|
@if($fmt($issuer['vat_note'] ?? null))
{{ $issuer['vat_note'] }} @endif @if(!empty($issuer['notice_lines'])){{ $pdfLabels['hint_title'] ?? 'Hinweis' }} @foreach ($issuer['notice_lines'] as $line) @if($fmt($line)){{ $line }} @endif @endforeach @endif |
{{ $pdfLabels['closing'] ?? 'Mit freundlichen Grüßen' }} @if($signatureDataUri){{ $issuer['name'] }} @endif |