2024-03-02 01:16:24 +01:00
|
|
|
<div class="menu">
|
|
|
|
@if($title == "Settings" )
|
|
|
|
@include('includes.submenu-settings')
|
|
|
|
@elseif($title == "Start" )
|
2024-03-05 03:06:36 +01:00
|
|
|
@include('includes.submenu-start')
|
2024-03-02 01:16:24 +01:00
|
|
|
@endif
|
|
|
|
<a id="settings" href="/dashboard/settings" title="settings">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-home-cog"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
<a id="navigation" href="/dashboard/navigation" title="edit navigation">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-arrow-autofit-height"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
<a id="navigation" href="/dashboard/logout" title="log out">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-logout"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<button class="menu-toggle">
|
|
|
|
<i class="ti ti-menu-2"></i>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<div class="mobile-menu">
|
|
|
|
@if($title == "Settings" )
|
|
|
|
@include('includes.submenu-settings')
|
|
|
|
@elseif($title == "Start" )
|
2024-03-05 03:06:36 +01:00
|
|
|
@include('includes.submenu-start')
|
2024-03-02 01:16:24 +01:00
|
|
|
@endif
|
|
|
|
<a id="settings" href="/dashboard/settings" title="settings">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-home-cog"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
<a id="navigation" href="/dashboard/navigation" title="edit navigation">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-arrow-autofit-height"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
<a id="navigation" href="/dashboard/logout" title="log out">
|
|
|
|
<button>
|
|
|
|
<i class="ti ti-logout"></i>
|
|
|
|
</button>
|
|
|
|
</a>
|
|
|
|
</div>
|