dashboard colors and design changes

This commit is contained in:
Nabeel Shahzad
2017-08-18 12:02:32 -05:00
parent 22503fff6b
commit 0a3ea07549
20 changed files with 254 additions and 203 deletions

View File

@@ -16,7 +16,7 @@ class DashboardController extends BaseController
$feed = Feed::loadRss(config('phpvms.feed_url'));*/
$feed = [];
return view('admin.dashboard', [
return view('admin.dashboard.index', [
'feed' => $feed,
]);
}