update sidebar
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" data-bs-theme="auto">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@@ -74,7 +73,6 @@
|
||||
$("#main").toggleClass('col-sm-10 col-sm-12');
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
@@ -362,6 +360,7 @@
|
||||
</ol>
|
||||
</nav>
|
||||
<p>This is the homepage of a simple admin interface which is part of a tutorial written on Themesberg</p>
|
||||
@yield('content')
|
||||
<div class="row my-4">
|
||||
<div class="col-12 col-md-6 col-lg-3 mb-4 mb-lg-0">
|
||||
<div class="card">
|
||||
@@ -620,11 +619,6 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid d-flex justify-content-center align-items-center">
|
||||
@yield('content')
|
||||
</div>
|
||||
|
||||
<div class="my-3 p-3 bg-body rounded shadow-sm">
|
||||
<h6 class="border-bottom pb-2 mb-0">Recent updates</h6>
|
||||
<div class="d-flex text-body-secondary pt-3">
|
||||
|
||||
Reference in New Issue
Block a user