Laravel – How to limit model instance creation
Using backpack/crud: 5.6.0 and laravel 9 here and I want to prevent a user from creating more then n items via the admin's ui "Add Environment" button with link https://example.com/admin/environment/create When the user presses the button I want to show…