middleware('auth'); } public function index(){ $harga_emas = HargaEmas::all(); return view('harga_emas.index',compact('harga_emas')); } }