marriages()->with('husband', 'wife')->withCount('childs')->get(); return view('users.marriages', compact('user', 'marriages')); } }