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

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