Files
phpvms/resources/views/admin/sidebar.blade.php
Nabeel Shahzad 23e38f2670 admin design
2017-08-21 13:27:01 -05:00

17 lines
556 B
PHP

<div class="sidebar" data-background-color="white" data-active-color="info">
<!--
Tip 1: you can change the color of the sidebar's background using: data-background-color="white | black"
Tip 2: you can change the color of the active button using the data-active-color="primary | info | success | warning | danger"
-->
<div class="sidebar-wrapper">
<div class="logo">
<img src="/assets/frontend/img/logo_blue_bg.svg" width="110px" style="">
</div>
@include('admin.menu')
</div>
</div>