Add rank management feature with CRUD and UI
Introduces a new rank management system including the Rank model, migrations for the ranks table and user IP address, Livewire components for managing and displaying ranks, and related Blade views. Updates navigation and routes to include the new 'Gestión Rangos' section, and enhances the ShareCodeComponent with user data. Also adds a reusable input field component for forms.
This commit is contained in:
@@ -42,6 +42,10 @@ class MenuController extends Controller
|
||||
{
|
||||
return view('menu/tarifas');
|
||||
}
|
||||
public function showgestionrangos()
|
||||
{
|
||||
return view('menu/gestion-rangos');
|
||||
}
|
||||
public function showclientes()
|
||||
{
|
||||
return view('menu/clientes');
|
||||
|
||||
Reference in New Issue
Block a user