input('blocks', []), )->render(ParticipantInvoiceTokens::sample()); return response(PdfGenerateAndDownloadProvider::fromHtml($html, 'portrait'), 200, [ 'Content-Type' => 'application/pdf', 'Content-Disposition' => 'inline; filename="vorschau.pdf"', ]); } }