Logo
@if(auth()->check())
@auth
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{ auth()->user()->name }}
@csrf
@else Login Get Started @endauth
@endif