try doing a dd($artists); just before your return view(), see what artist all is giving you. if you get results try return view('artists.index')->with($artists);
or return view(artists.index,compact('artists'));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community