public function show(\App\Post $post) { $post->load('comments'); return view('posts.show', compact('post')); }
protected $with = ['comments'];
Pro tip: use ```triple backticks around text``` to write in code fences