Have you tried:
$test = Category::find($gallery_test)->with('gallery')->get();
This way you should have gallery items in your category collection.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community