diff --git a/app/routes.php b/app/routes.php index 59db888558d7..71cebb330795 100755 --- a/app/routes.php +++ b/app/routes.php @@ -18,6 +18,7 @@ { Route::get('/', array('as' => '', 'uses' => 'Controllers\Admin\AssetsController@getIndex')); + Route::get('/', array('as' => 'hardware', 'uses' => 'Controllers\Admin\AssetsController@getIndex')); Route::get('create', array('as' => 'create/hardware', 'uses' => 'Controllers\Admin\AssetsController@getCreate')); Route::post('create', 'Controllers\Admin\AssetsController@postCreate'); Route::get('{assetId}/edit', array('as' => 'update/hardware', 'uses' => 'Controllers\Admin\AssetsController@getEdit')); diff --git a/app/views/backend/hardware/checkin.blade.php b/app/views/backend/hardware/checkin.blade.php index 3eee74af63c7..0985b49ca62d 100644 --- a/app/views/backend/hardware/checkin.blade.php +++ b/app/views/backend/hardware/checkin.blade.php @@ -13,13 +13,10 @@ {{-- Page content --}} @section('content')