it was my projectController
this line
$vpi = ProjectsImages::with('project')->get();
should be
$vpi = ProjectsImages::where('image_id', $id)->get();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community