@inject('menuFactory','App\Components\Themes\Base\ThemeCore\Services\MenuFactory') @extends('Layout.master') @section('title',$title) @section('content')
{{_t('settings.Top_Menu')}}
    {!! $menuFactory->listLeftMenu() !!}
@endsection