- {{ method_field('patch') }}
- @if(setting()->getForCurrentUser('dark-mode-enabled'))
- <button>@icon('light-mode'){{ trans('common.light_mode') }}</button>
- @else
- <button>@icon('dark-mode'){{ trans('common.dark_mode') }}</button>
- @endif
+ <button class="text-muted icon-list-item text-primary">
+ @icon('logout'){{ trans('auth.logout') }}
+ </button>