$pdf = PDF::loadView('pdf.invoice', $data);  Storage::put('public/pdf/invoice.pdf', $pdf->output());  return $pdf->download('invoice.pdf'); 

Read more of this post