File "HomeController.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/app/Http/Controllers/Admin/HomeController.php
File size: 140 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Http\Controllers\Admin;
class HomeController
{
public function index()
{
return view('home');
}
}