'English', 'es' => 'Spanish', ]; public array $languageFlags = [ 'en' => 'us', 'es' => 'es', ]; public $authImplemented = false; public $theme = [ 'name' => 'vuexy', 'body-sm' => false, 'navbar' => [ 'bg' => 'gray', 'type' => 'dark', 'border' => true, 'user' => [ 'visible' => true, 'shadow' => 0, ], ], 'sidebar' => [ 'type' => 'dark', 'shadow' => 4, 'border' => false, 'compact' => true, 'links' => [ 'bg' => 'black', // only works with AdminLTE theme 'shadow' => 1, ], 'brand' => [ 'bg' => 'gray-dark', 'logo' => [ 'icon' => 'favicon.ico', // path to image | this example icon on public root folder. 'text' => 'sk_test', 'shadow' => 2, ], ], 'user' => [ 'visible' => true, 'shadow' => 2, ], ], 'footer' => [ 'fixed' => false, 'organization' => 'Safekat', 'orglink' => '#', ], ]; }