We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c714fed commit 8718131Copy full SHA for 8718131
src/PdfManager.php
@@ -252,9 +252,9 @@ private function getViewContent(): string
252
{
253
return view($this->layout, [
254
'structure' => $this->replaces($this->body),
255
- 'header' => $this->header,
+ 'header' => $this->replaces($this->header),
256
'headerCss' => $this->getHeaderCss(),
257
- 'footer' => $this->footer,
+ 'footer' => $this->replaces($this->footer),
258
'footerCss' => $this->getFooterCss(),
259
'marginTop' => $this->getMarginTop(),
260
'marginBottom' => $this->getMarginBottom(),
0 commit comments