* @copyright 2018 Webkul Software Pvt Ltd (http://www.webkul.com) */ class DashboardController extends Controller { /** * Display a listing of the resource. * * @return \Illuminate\Http\Response */ public function index() { return view('admin::dashboard.index'); } }