fixed conflicts at nav left

This commit is contained in:
Deepak Singh Gusain 2022-01-21 14:19:32 +05:30
parent 590fdb8d70
commit 786075045d
1 changed files with 0 additions and 22 deletions

View File

@ -65,28 +65,6 @@
@endif
</li>
@endforeach
<<<<<<< HEAD
<li class="menu-item">
<a class="menubar-ancor" href="#">
<span class="icon-menu icon locale-icon"></span>
<span class="menu-label"> {{ __('admin::app.datagrid.locale') }} {{ $allLocales[$currentLocaleCode] }} </span>
<span class="icon arrow-icon {{ $menu->getActive($menuItem) == 'active' ? 'rotate-arrow-icon' : '' }} {{ ( core()->getCurrentLocale() && core()->getCurrentLocale()->direction == 'rtl' ) ? 'arrow-icon-right' :'arrow-icon-left' }}"></span>
</a>
<ul class="sub-menubar">
@foreach ($allLocales as $code => $name)
<li class="sub-menu-item">
<a href="{{ url()->current() . '?' . http_build_query(array_merge(request()->all(), ['admin_locale' => $code])) }}">
<span class="menu-label">{{ $name }}</span>
</a>
</li>
@endforeach
</ul>
</li>
=======
>>>>>>> master
</ul>
</script>