Laravel Property [title] does not exist on the Eloquent builder instance
问题 I am getting an error while trying to display data from the database.This problem occurred by other people who have created posts on this website. but they have a foreach loop and I don't. so all the answers given for this problem do not work. article controller public function showwereld($id) { $artikels = Artikel::where('id', $id); return view('pages.show')->with('artikels', $artikels); } show.blade.php <div class="row"> <div class="artikeltitel marginauto"> <div class="col-md-6 offset-md-3