@extends('layouts.app') @section('title', 'User Guide') @section('content') @php $shortName = \App\Models\Setting::get('system_short_name', 'TRACE'); @endphp
How to use {{ $shortName }} in your role. Signed in as {{ $user->name }}.
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