mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
13 lines
319 B
PHP
13 lines
319 B
PHP
@extends('layouts.install')
|
|
|
|
@section('content')
|
|
<div class="row">
|
|
<div class="col-12 text-center p-5">
|
|
<h4>
|
|
<i class="fa-solid fa-2x fa-circle-user align-middle"></i>
|
|
<strong>{{ $user->username }}</strong>
|
|
</h4>
|
|
</div>
|
|
</div>
|
|
@endsection
|