@if(Auth::check())
{{ strtoupper(substr(Auth::user()->name,0,1)) }}
{{ Auth::user()->name }} {{ Auth::user()->email }}
@endif