I'm having my logo in resources/layouts/inc/logo.blade.php
in svg
format
Now I wanna display the logo in a pdf that I've created using dompdf
in a Controller
in my PdfController.php
$output = '<div class="col-xs-12">
'.asset('layouts.inc.logo').'
</div>'
But it just showing the url in the pdf