@inject('menuFactory','App\Blueprint\Services\MenuServices') @extends('Admin.Layout.master') @section('content') @component('Components.demoWarning') @endcomponent
@foreach($locals as $key => $local) @if ($key == currentLocal()) @continue @endif
@endforeach
{{_t('settings.Setting')}}
{!! defineFilter('menuFormBottom', '', 'root', ['type' => 'left']) !!}
{{--
{{_t('settings.Top_Menu')}}
--}}
@endsection