HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/app/Http/Controllers/
Upload File :
Current File : //home/cardxfeb/public_html/app/Http/Controllers/UserDashboardController.php
<?php

namespace App\Http\Controllers;

use Illuminate\Http\Response;

class UserDashboardController extends AppBaseController
{
    /**
     * Display a listing of the resource.
     */
    public function index(): Response
    {
        //
    }
}