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