I need to create a pdf that shows three sheets with different information in each one of the sheets, in principle to generate a pdf in laravel, you get help from a view where you model the information you want to show. But in this case I need to show information in several sheets how can I do?
Is dompdf the only option that laravel 5.5 has to generate pdf ??
Sldos