feat: add client management controller and footer layout

- Create AddClientController for future client management functionality
- Add footer layout component for consistent page structure
This commit is contained in:
LukiBeg 2025-10-28 17:32:56 -03:00
parent 1c1a660663
commit 31ff82b3af
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class AddClientController extends Controller
{
//
}

View File