@php $authUser = auth()->user(); $role = optional($authUser->access)->role; // superadmin | developer | admin | promotor @endphp