2024-06-26 12:28:46 +00:00
|
|
|
<div class="sidebar-area">
|
|
|
|
|
<aside class="bg-dark-green-color">
|
2024-10-08 12:30:49 +00:00
|
|
|
<div class="image-box d-flex justify-content-between frame">
|
2024-06-26 12:28:46 +00:00
|
|
|
<img src="{{ asset('images/logo-white.png') }}" alt="Site Logo">
|
2024-10-08 12:30:49 +00:00
|
|
|
<div class="dev-toggle-sidebar dev-close"><img src="https://kundesone.no/images/icons/Frame.png" alt=""></div>
|
2024-06-26 12:28:46 +00:00
|
|
|
</div>
|
2024-07-01 11:17:16 +00:00
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.side-bar-links ul li .bg-light-color .color-light{
|
|
|
|
|
color: #383f33 !important;
|
|
|
|
|
}
|
2024-07-09 10:58:20 +00:00
|
|
|
.sidebar_icon{
|
|
|
|
|
font-size: 20px !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
}
|
|
|
|
|
.bg-light-color .sidebar_icon{
|
|
|
|
|
color: #383F33 !important;
|
2024-10-08 12:30:49 +00:00
|
|
|
}
|
|
|
|
|
.frame .dev-toggle-sidebar img {
|
|
|
|
|
width: 26px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
vertical-align: top !important;
|
|
|
|
|
border-radius: 50%;
|
2024-07-09 10:58:20 +00:00
|
|
|
}
|
2024-07-01 11:17:16 +00:00
|
|
|
</style>
|
|
|
|
|
|
2024-06-26 12:28:46 +00:00
|
|
|
<div class="side-bar-links">
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="{{ route('index') }}"
|
2024-07-01 11:17:16 +00:00
|
|
|
class="side-bar-link bg-light-color d-flex align-items-center justify-content-between aw-a-inbox">
|
2024-06-26 12:28:46 +00:00
|
|
|
<div class="link-left-content align-items-center d-flex">
|
2024-07-09 10:58:20 +00:00
|
|
|
<i class="fa fa-envelope-o sidebar_icon" aria-hidden="true"></i>
|
2024-07-01 11:17:16 +00:00
|
|
|
<h6 class="color-light">Inbox</h6>
|
2024-06-26 12:28:46 +00:00
|
|
|
</div>
|
|
|
|
|
<div class="link-right-content">
|
|
|
|
|
<img src="{{ asset('images/icons/chevron-right-dark.png') }}" alt="chevron right">
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="{{ route('waiting') }}"
|
2024-07-01 11:17:16 +00:00
|
|
|
class="side-bar-link d-flex align-items-center justify-content-between aw-a-waiting">
|
2024-06-26 12:28:46 +00:00
|
|
|
<div class="link-left-content align-items-center d-flex">
|
2024-07-09 10:58:20 +00:00
|
|
|
<i class="fa fa-clock-o sidebar_icon" aria-hidden="true"></i>
|
2024-06-26 12:28:46 +00:00
|
|
|
<h6 class="color-light">Waiting</h6>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="link-right-content">
|
|
|
|
|
<img src="{{ asset('images/icons/chevron-right-light.png') }}" alt="chevron right">
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="{{ route('all.tickets') }}"
|
2024-07-01 11:17:16 +00:00
|
|
|
class="side-bar-link d-flex align-items-center justify-content-between aw-a-all">
|
2024-06-26 12:28:46 +00:00
|
|
|
<div class="link-left-content align-items-center d-flex">
|
2024-07-09 10:58:20 +00:00
|
|
|
<i class="fa fa-ticket sidebar_icon" aria-hidden="true"></i>
|
2024-10-08 12:30:49 +00:00
|
|
|
<h6 class="color-light">Chats</h6>
|
2024-06-26 12:28:46 +00:00
|
|
|
</div>
|
|
|
|
|
<div class="link-right-content">
|
|
|
|
|
<img src="{{ asset('images/icons/chevron-right-light.png') }}" alt="chevron right">
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2024-07-01 11:17:16 +00:00
|
|
|
<a href="#" class="side-bar-link d-flex align-items-center justify-content-between aw-a-stats">
|
2024-06-26 12:28:46 +00:00
|
|
|
<div class="link-left-content align-items-center d-flex">
|
2024-07-09 10:58:20 +00:00
|
|
|
<i class="fa fa-bar-chart sidebar_icon" aria-hidden="true"></i>
|
2024-06-26 12:28:46 +00:00
|
|
|
<h6 class="color-light">Statistics</h6>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="link-right-content">
|
|
|
|
|
<img src="{{ asset('images/icons/chevron-right-light.png') }}" alt="chevron right">
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="side-bar-link">
|
|
|
|
|
<div class="link-divider bg-light-color"></div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li class="channels-widgets-wrapper side-bar-link bg-light-color d-flex align-items-center justify-content-between">
|
|
|
|
|
|
|
|
|
|
<div class="link-left-content align-items-center d-flex">
|
2024-07-09 10:58:20 +00:00
|
|
|
<i class="fa fa-envelope-o sidebar_icon" aria-hidden="true"></i>
|
2024-06-26 12:28:46 +00:00
|
|
|
<h6 class="color-dark-green">Channels</h6>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="link-right-content">
|
|
|
|
|
<i><img src="{{ asset('images/icons/chevron-right 7.png') }}" alt="chevron down"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="menu">
|
|
|
|
|
<div class="dropdown-items ">
|
|
|
|
|
|
|
|
|
|
<a href="{{ route('index') }}"
|
|
|
|
|
class="single-item d-flex justify-content-center align-items-center active">
|
|
|
|
|
<img src="{{ asset('images/icons/chat-round-dots-svgrepo-com (1) 1 (1).png') }}"
|
|
|
|
|
alt="Chat Icon"><span class="dropdown-item-label color-light active">CHAT</span>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="{{ route('inbox') }}"
|
|
|
|
|
class="single-item d-flex justify-content-center align-items-center"><img
|
|
|
|
|
src="{{ asset('images/icons/message-square-dots-svgrepo-com 1.png') }}" alt="Chat Icon"><span
|
|
|
|
|
class="dropdown-item-label color-light">INBOX</span></a>
|
|
|
|
|
<a href="#" style="width: 133px;"
|
|
|
|
|
class="single-item d-flex justify-content-center align-items-center"><img
|
|
|
|
|
src="{{ asset('images/icons/help-square-svgrepo-com 1.png') }}" alt="Chat Icon"><span
|
|
|
|
|
class="dropdown-item-label color-light">HELP CENTER</span>
|
|
|
|
|
</a>
|
|
|
|
|
<p style="width: 108px;"
|
|
|
|
|
class="single-item d-flex justify-content-center align-items-center"><img
|
|
|
|
|
src="{{ asset('images/icons/help-square-svgrepo-com 1.png') }}" alt="Chat Icon"><span
|
|
|
|
|
class="dropdown-item-label color-light">FORUM</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="profile-nav-row d-flex side-bar-link">
|
|
|
|
|
|
|
|
|
|
<div class="profile-nav-box">
|
2024-10-08 12:30:49 +00:00
|
|
|
@if(!is_null(Auth::user()->profile_image))
|
|
|
|
|
<div class="img-box"><a href="{{route('profile')}}"><img style="height: 42px; width: 42px; border-radius: 50%" src="{{ url('' . Auth::user()->profile_image) }}" alt="User Image"></a></div>
|
|
|
|
|
@else
|
|
|
|
|
<div class="img-box"><img style="height: 42px; width: 42px; border-radius: 50%" src="{{ asset('dummy-image.jpg') }}" alt="User Image"></div>
|
|
|
|
|
@endif
|
2024-06-26 12:28:46 +00:00
|
|
|
</div>
|
|
|
|
|
<div class="user-info-box d-flex justify-content-between">
|
|
|
|
|
<div class="info">
|
2024-10-08 12:30:49 +00:00
|
|
|
<a style="text-decoration: none; color: white;" href="{{route('profile')}}"><p class="color-light side-bar-user-name">{{Auth::user()->name}}</p></a>
|
2024-06-26 12:28:46 +00:00
|
|
|
</div>
|
|
|
|
|
<div class="icon align-self-center">
|
|
|
|
|
<img src="{{ asset('images/icons/chevron-down 3.png') }}" alt="Chevron Down Icon">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</aside>
|
|
|
|
|
</div>
|