first commit
This commit is contained in:
13
app/Http/Controllers/UserDashboardController.php
Normal file
13
app/Http/Controllers/UserDashboardController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Inertia\Inertia;
|
||||
|
||||
class UserDashboardController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return Inertia::render('dashboard');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user