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:
parent
1c1a660663
commit
31ff82b3af
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class AddClientController extends Controller
|
||||
{
|
||||
//
|
||||
}
|
||||
Loading…
Reference in New Issue