@extends('layouts.librenmsv1') @section('title', __('Manage Users')) @section('content')

@lang('Manage Users')

@if(\LibreNMS\Authentication\LegacyAuth::getType() == 'mysql') @endif @foreach($users as $user) @if(\LibreNMS\Authentication\LegacyAuth::getType() == 'mysql') @endif @endforeach
@endsection @section('javascript') @endsection @section('css') @endsection