findOrFail($id); $posts = Status::wherePlaceId($place->id) ->whereScope('public') ->orderByDesc('created_at') ->paginate(10); return view('discover.places.show', compact('place', 'posts')); } }