samedi 3 novembre 2018

Print in Laravel

I need print a view, like this example:

<center>
    <h1 class="card-title">El Aullido Vespertino</h1>
    <hr>
    <h2><b><i><u></u></i></b></h2>
</center>
<img class="card-img-top" src=""/>
<hr>
<h3 class="text-left"></h3>
<hr>
<span class="badge badge-cat badge-info">Noticia publicada por  en el Aullido Vespertino</span>
<br>
<span class="badge badge-cat badge-info">Esta noticia ha sido publicada el 
    @if($articulo->created_at<$articulo->updated_at)
        y se actualizó por última vez el 
    @endif
</span>

If a user have a printer, the can use to download this view. How I can allow them? I have DomPDF to download the view in PDF format.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire