{{ csrf_field() }} {{ method_field('patch') }} @if(setting()->getForCurrentUser('dark-mode-enabled'))
@icon('light-mode')
{{ trans('common.light_mode') }}
@else
@icon('dark-mode')
{{ trans('common.dark_mode') }}
@endif