Skip to content

Commit

Permalink
fix menu big
Browse files Browse the repository at this point in the history
  • Loading branch information
reziamini committed Feb 9, 2021
1 parent d1904af commit 18855a2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions resources/views/layouts/child-sidebar-menu.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
<span class="hide-menu"> {{ __('List') }} </span>
</a>
</li>
<li class="sidebar-item @isActive(getRouteName().'.'.$name.'.create')">
<a href="@route(getRouteName().'.'.$name.'.create')" class="sidebar-link @isActive(getRouteName().'.'.$name.'.create')">
<span class="hide-menu"> {{ __('Create') }} </span>
</a>
</li>
@if(config('easy_panel.crud.'.$name.'.create'))
<li class="sidebar-item @isActive(getRouteName().'.'.$name.'.create')">
<a href="@route(getRouteName().'.'.$name.'.create')" class="sidebar-link @isActive(getRouteName().'.'.$name.'.create')">
<span class="hide-menu"> {{ __('Create') }} </span>
</a>
</li>
@endif
</ul>
</li>
@endforeach
Expand Down

0 comments on commit 18855a2

Please sign in to comment.