Mar 27, 2023
0
Level 1
How to remove the Delete Resource link from Nova4
https://www.linkpicture.com/view.php?img=LPic6422539b952e8945048000. doing below doesn't work on me
public function authorizeToDelete(\Illuminate\Http\Request $request): bool
{
return false;
}
Please or to participate in this conversation.