id(); $user = Staff::with('StaffDetail')->find($id); $site = SiteSetting::first(); return view('main-dashboard.index', compact('user','site')); } }