Can you try:
return view('iklan.listings',['iklans'=>$iklans]);
instead of
return view('iklan.listings',compact('iklans'));
and tell me the results?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community