Initial commit
This commit is contained in:
13
app/Http/Controllers/DashboardController.php
Normal file
13
app/Http/Controllers/DashboardController.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
class DashboardController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
addVendors(['amcharts', 'amcharts-maps', 'amcharts-stock']);
|
||||
|
||||
return view('pages.dashboards.index');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user