@if ( has_asset_logo('logo') ) @endif
    @if (isAdmin())
  • {!!trans('global.admin')!!}
  • @endif
  • {!!trans('front.tools')!!}
    • {!!trans('front.alerts')!!}
    • {!!trans('front.geofencing')!!}
    • {!!trans('front.routes')!!}
    • @if ( Auth::User()->perm('reports', 'view') )
    • {!!trans('front.reports')!!}
    • @endif
    • {!!trans('front.ruler')!!}
    • {!!trans('front.poi')!!}
    • {!!trans('front.show_point')!!}
    • {!! trans('front.show_address') !!}
    • {!!trans('front.send_command')!!}
    • @if ( Auth::User()->perm('camera', 'view') )
    • {!!trans('front.camera')!!}
    • @endif @if ( Auth::User()->perm('tasks', 'view') )
    • {!!trans('front.tasks')!!}
    • @endif @if ( Auth::User()->perm('maintenance', 'view') )
    • {!!trans('front.maintenance')!!}
    • @endif @if(expensesTypesExist())
    • {!!trans('front.expenses')!!}
    • @endif
    • {!!trans('front.dashboard')!!}
    • @if ( Auth::User()->perm('sharing', 'view') )
    • {!!trans('front.sharing')!!}
    • @endif @if (Auth::user()->able('configure_device'))
    • {!!trans('front.device_configuration')!!}
    • @endif @if ( Auth::User()->perm('call_actions', 'view') )
    • {!! trans('front.call_actions') !!}
    • @endif
  • {!!trans('front.setup')!!}
  • @if ( Auth::User()->perm('chat', 'view') )
  • {!!trans('front.chat')!!}
  • @endif
  • {!!trans('front.my_account')!!}
    • {!!trans('front.subscriptions')!!}
    • @if (isPublic()) {!!trans('front.change_password')!!} @else {!!trans('front.change_password')!!} @endif
    • {!!trans('global.log_out')!!}
  • Language