Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
46
resources/views/layouts/partial/header.blade.php
Normal file
46
resources/views/layouts/partial/header.blade.php
Normal file
@@ -0,0 +1,46 @@
|
||||
<div class="header">
|
||||
<div class="header-content">
|
||||
<nav class="navbar navbar-expand">
|
||||
<div class="collapse navbar-collapse justify-content-between">
|
||||
<div class="header-left">
|
||||
<div class="dashboard_bar">
|
||||
Parking Control and Monitoring System
|
||||
</div>
|
||||
</div>
|
||||
<ul class="navbar-nav header-right">
|
||||
|
||||
<li class="nav-item dropdown notification_dropdown">
|
||||
<a class="nav-link bell dlab-theme-mode p-0" href="javascript:void(0);">
|
||||
<i id="icon-light" class="fas fa-sun"></i>
|
||||
<i id="icon-dark" class="fas fa-moon"></i>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item dropdown header-profile">
|
||||
<a class="nav-link" href="javascript:void(0);" role="button" data-bs-toggle="dropdown">
|
||||
<img src="images/profile/smile.png" width="7" alt="">
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a href="app-profile.html" class="dropdown-item ai-icon">
|
||||
<svg id="icon-user2" xmlns="http://www.w3.org/2000/svg" class="text-primary" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>
|
||||
<span class="ms-2">Profile </span>
|
||||
</a>
|
||||
<a href="email-inbox.html" class="dropdown-item ai-icon">
|
||||
<svg id="icon-inbox1" xmlns="http://www.w3.org/2000/svg" class="text-success" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>
|
||||
<span class="ms-2">Inbox </span>
|
||||
</a>
|
||||
<a href="{{ route('logout') }}" class="dropdown-item ai-icon" onclick="event.preventDefault(); document.getElementById('logout-form').submit();">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="text-danger" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line></svg>
|
||||
<span class="ms-2">Logout </span>
|
||||
</a>
|
||||
<form id="logout-form" action="{{ route('logout') }}" method="POST" class="d-none">
|
||||
@csrf
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user