all()); $command = new GeneratePdfCommand($pdfRequest); $result = $command->execute(); return response($result->pdfContent, 200, [ 'Content-Type' => 'application/pdf', 'Content-Disposition' => 'inline; filename="' . $result->filename . '"', ]); } }