@extends('layouts.app') @section('title', 'User Guide') @section('content') @php $shortName = \App\Models\Setting::get('system_short_name', 'TRACE'); @endphp

User Guide

How to use {{ $shortName }} in your role. Signed in as {{ $user->name }}.

@if(count($available) > 1) @endif
@includeIf('help._' . $active) @include('help._account')
Need more help?

This guide covers what you can do with your current access. If something described here is missing from your screen, your role may not include it.

@php $contact = \App\Models\Setting::get('contact_email', ''); @endphp @if($contact) {{ $contact }} @else
No support contact has been set. An administrator can add one under Settings.
@endif
@endsection