$o]) ->stream(sprintf('%s.pdf',$o->sid)); } /** * Render a specific invoice for the user * * @param Invoice $o * @return View */ public function view(Invoice $o): View { return view('theme.backend.adminlte.invoice.view') ->with('o',$o); } }