vendredi 24 février 2017

How To Pass Cart Session Value into Pdf Using Laravel Dom Pdf.

I tried but not show any session value in pdf page.Got Error "Undefined variable: contents (View: C:\Xampp\htdocs\xcomerce\resources\views\pdf\invoice2.blade.php)"

$contents = Cart::content();
$pdf = PDF::loadView('pdf.invoice2',['contents'=>$contents]);    
return $pdf->download('invoice.pdf');



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2mt1Mcq
via IFTTT

Aucun commentaire:

Enregistrer un commentaire