@extends('layouts.librenmsv1') @section('title', __('Preferences')) @section('content')
@lang('User Preferences') @if ($errors->any())
@endif @if($can_change_password)
@lang('Change Password')
@csrf
@endif
@lang('Preferences')
@csrf
* @lang('Translation not fully supported')
@config('twofactor')
@lang('Two-Factor Authentication')
@if($twofactor)
@csrf
@if($twofactor['counter'] !== false)
@endif

@csrf
@else
@csrf
@endif
@endconfig
@lang('Device Permissions')
@if(auth()->user()->hasGlobalAdmin()) @lang('Global Administrative Access') @elseif(auth()->user()->hasGlobalRead()) @lang('Global Viewing Access') @else @forelse($devices as $device) {!! \LibreNMS\Util\Url::deviceLink($device) !!}
@empty @lang('No access!') @endforelse @endif
@endsection @section('javascript') @endsection @section('scripts') @endsection @section('css') @endsection