{{-- New-Unity ERP | invoice_email.blade.php | v1.1 | 21/06/2026 --}} {{ $subject ?? 'Factura' }}
{{-- Cuerpo: saltos de línea convertidos a
--}}
{!! nl2br(e($body)) !!}
{{-- Nota de adjuntos --}}
Documentos adjuntos: {{ $pdfname ?? 'factura.pdf' }} @if(!empty($xmlname)) · {{ $xmlname }} @endif