admin dashboard updates

This commit is contained in:
2019-03-06 23:28:48 -06:00
parent 365992eac6
commit dbb072d8fd

View File

@@ -109,6 +109,7 @@ class AdminController extends Controller
->with('offices', $offices)
->with('markets', $markets)
->with('jumpgates', $jumpgates)
->with('reprocessings', $reprocessings)
->with('entities', $entities);
}