updated dashboard.css

This commit is contained in:
2020-04-03 01:33:50 -05:00
parent ff7d88bccf
commit 09a73adb6a

View File

@@ -30,8 +30,7 @@
<body>
<!-- Top Navbar -->
@include('layouts.admin.topnavbar')
<div class="container-fluid">
<div class="row">
<!-- Admin Layouts Navbar -->
@include('layouts.admin.sidenavbar')
<br>
@@ -44,8 +43,6 @@
<!-- Content of the Page -->
@yield('content')
</div>
</div>