@if (auth()->user()->role == 'mahasiswa') {{ auth()->user()->username }}{{ auth()->user()->name }} @else {{ auth()->user()->name }}{{ auth()->user()->role }} @endif Member sejak {{ auth()->user()->created_at->format('M, Y') }}