{{ config('app.name', 'HR System') }}
@auth
Welcome, {{ Auth::user()->full_name }} {{ ucfirst(Auth::user()->role) }}
@csrf
@endauth