@include('layouts.core._quick_change_theme_mode', [ 'mode' => Auth::user()->admin->theme_mode ? Auth::user()->admin->theme_mode : 'light', 'url' => action('Admin\AccountController@changeThemeMode'), ])