return view with input in laravel code example Example: return view with variable laravel return View::make('blog')->with('posts', $posts);