You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return Pdf::view('reports.pdf.status_subject_wise', [
'subjects' => $subjects
])->headerView('layout.reports.header', ['reportTitle' => 'Feed Back Status - Subject Wise'])
->footerView('layout.reports.footer')
->format('a4')
->orientation(Orientation::Landscape)
->margins(2.5, 0.5, 1.2, 0.5, 'cm')
->name('Feedback Status - Subject Wise.pdf');
Image is not loading using asset() helper or public_path() there is no sign of image in the document. When use alt attribute it is not showing image not loaded
when use asset() first page logo not showing (image not loaded it is not coming see the image) and if public path is use just a box appears
What happened?
header blade
footer.blade.php
How to reproduce the bug
PDF budlider
asset() helper
orpublic_path()
there is no sign of image in the document. When usealt
attribute it is not showing image not loadedasset()
first page logo not showing (image not loaded it is not coming see the image) and if public path is use just a box appearsasset
public_path
need a solution for this isseues
Package Version
1.1.2
PHP Version
8.3.0
Laravel Version
10.40
Which operating systems does with happen with?
macOS
Notes
No use of #44 discussion
No response
The text was updated successfully, but these errors were encountered: