File tree 1 file changed +5
-1
lines changed
resources/views/dashboard/shared
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,11 @@ function renderDropdown($data){
30
30
}
31
31
? >
32
32
33
- <div class =" c-sidebar-brand" ><img class =" c-sidebar-brand-full" src =" {{ url (' /assets/brand/coreui-base-white.svg' ) } }" width =" 118" height =" 46" alt =" CoreUI Logo" ><img class =" c-sidebar-brand-minimized" src =" assets/brand/coreui-signet-white.svg" width =" 118" height =" 46" alt =" CoreUI Logo" ></div >
33
+
34
+ <div class =" c-sidebar-brand" >
35
+ <img class =" c-sidebar-brand-full" src =" {{ url (' /assets/brand/coreui-base-white.svg' ) } }" width =" 118" height =" 46" alt =" CoreUI Logo" >
36
+ <img class =" c-sidebar-brand-minimized" src =" {{ url (' assets/brand/coreui-signet-white.svg' ) } }" width =" 118" height =" 46" alt =" CoreUI Logo" >
37
+ </div >
34
38
<ul class =" c-sidebar-nav" >
35
39
@if (isset ($appMenus [' sidebar menu' ]) )
36
40
@foreach ($appMenus [' sidebar menu' ] as $menuel )
You can’t perform that action at this time.
0 commit comments