0% found this document useful (0 votes)
18 views

Layout New Tadi

Uploaded by

Bayu Rinaldi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Layout New Tadi

Uploaded by

Bayu Rinaldi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

<!

DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">

<title>Dashboard - NiceAdmin Bootstrap Template</title>


<meta content="" name="description">
<meta content="" name="keywords">

<!-- Favicons -->


<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">

<!-- Google Fonts -->


<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css?
family=Open+Sans:300,300i,400,400i,600,600i,700,700i|
Nunito:300,300i,400,400i,600,600i,700,700i|
Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">

<!-- Vendor CSS Files -->


<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/quill/quill.snow.css" rel="stylesheet">
<link href="assets/vendor/quill/quill.bubble.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/simple-datatables/style.css" rel="stylesheet">

<!-- Template Main CSS File -->


<link href="{{ asset('assets/css/style.css')}}" rel="stylesheet">
<body>
<!-- Header -->
<header id="header" class="header fixed-top d-flex align-items-center">
<div class="d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<img src="assets/img/pp1.jpg" alt="">
<span class="d-none d-lg-block">BayuAdmin</span>
</a>
<i class="bi bi-list toggle-sidebar-btn"></i>
</div>

<!-- Navigation -->


<nav class="header-nav ms-auto">
<ul class="d-flex align-items-center">
<li class="nav-item d-block d-lg-none">
<a class="nav-link nav-icon search-bar-toggle" href="#">
<i class="bi bi-search"></i>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link nav-icon" href="#" data-bs-toggle="dropdown">
<i class="bi bi-bell"></i>
<span class="badge bg-primary badge-number">4</span>
</a>
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-arrow
notifications">
<li class="dropdown-header">You have 1000 new notifications
<a href="#"><span class="badge rounded-pill bg-primary p-2 ms-2">View
all</span></a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link nav-icon" href="#" data-bs-toggle="dropdown">
<i class="bi bi-chat-left-text"></i>
<span class="badge bg-success badge-number">3</span>
</a>
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-arrow messages">
<li class="dropdown-header">You have 1000000 new messages
<a href="#"><span class="badge rounded-pill bg-primary p-2 ms-2">View
all</span></a>
</li>
</ul>
</li>
<li class="nav-item dropdown pe-3">
<a class="nav-link nav-profile d-flex align-items-center pe-0" href="#"
data-bs-toggle="dropdown">
<img src="assets/img/pp1.jpg" alt="Profile" class="rounded-circle">
<span class="d-none d-md-block dropdown-toggle ps-2">Bayu
Rinaldi</span>
</a>
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-arrow profile">
<li class="dropdown-header">
<h6>Bayu Rinaldi</h6>
<span>Web Programmer</span>
</li>
</ul>
</li>
</ul>
</nav>
</header>

<!-- Sidebar -->


<aside id="sidebar" class="sidebar">
<ul class="sidebar-nav" id="sidebar-nav">
<li class="nav-item">
<a class="nav-link" href="{{ route('product.index') }}">
<i class="bi bi-grid"></i>
<span>Products</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ route('product.create') }}">
<i class="bi bi-person"></i>
<span>Add Product</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ route('customer.index') }}">
<i class="bi bi-grid"></i>
<span>Customer</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ route('customer.create') }}">
<i class="bi bi-person"></i>
<span>Add Customer</span>
</a>
</li>
</ul>
</aside>

<!-- Main Content -->


<div class="container">
@yield('content')
</div>

<!-- Footer -->


<footer id="footer" class="footer">
<div class="container">
<!-- Add footer content here -->
</div>
</footer>

<a href="#" class="back-to-top d-flex align-items-center justify-content-center">


<i class="bi bi-arrow-up-short"></i>
</a>

<!-- Vendor JS Files -->


<script src="assets/vendor/apexcharts/apexcharts.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/chart.js/chart.umd.js"></script>
<script src="assets/vendor/echarts/echarts.min.js"></script>
<script src="assets/vendor/quill/quill.js"></script>
<script src="assets/vendor/simple-datatables/simple-datatables.js"></script>
<script src="assets/vendor/tinymce/tinymce.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>

<!-- Template Main JS File -->


<script src="assets/js/main.js"></script>
</body>

</html>

You might also like