@yield('title')

@yield('content')

{{ __("Check your log for more details.") }} ({{ isset($log_file) ? $log_file : 'librenms.log' }})

{{ __("If you need additional help, you can find how to get help at") }} https://docs.librenms.org/Support.

@if(! empty(Flare::sentReports()->all()))

{{ __("Please include this Error-ID when reporting problems:") }} {{ Flare::sentReports()->latestUuid() }}

@endif