SahalFlow
Accounting System
{{ auth()->user()->name }}
{{ auth()->user()->company->name ?? 'Company' }}
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
@csrf
Logout
@yield('content')