Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save webdevmatics/be04d7918faaef5ae30d13276ad80be8 to your computer and use it in GitHub Desktop.
Save webdevmatics/be04d7918faaef5ae30d13276ad80be8 to your computer and use it in GitHub Desktop.
<script>
window.user = "{!!
addslashes(json_encode([
'user'=> auth()->user(),
'notifications'=> ['all'=>auth()->user()->notifications,'read'=> auth()->user()->readNotifications, 'unread'=>auth()->user()->unreadNotifications],
'roles'=> auth()->user()->roles,
'permissions'=> auth()->user()->getAllPermissions()
]))
!!}";
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment