with('role', $role) ->render('pages/apps.user-management.roles.show', compact('role')); } /** * Show the form for editing the specified resource. */ public function edit(Role $role) { // } /** * Update the specified resource in storage. */ public function update(Request $request, Role $role) { // } /** * Remove the specified resource from storage. */ public function destroy(Role $role) { // } }