with([]); } /** * Handle the index page. * * @param Request $request * @param string $view the view that WordPress was trying to load * @return ViewInterface */ public function preview( Request $request, $view ) { return \Depicter::view( 'admin/editor/preview.php' )->with([]); } }