HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/owlcrm/config/adminlte.php
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Title
    |--------------------------------------------------------------------------
    |
    | Here you can change the default title of your admin panel.
    |
    | For detailed instructions you can look the title section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
    |
    */

    'title' => 'OWL CRM',
    'title_prefix' => '',
    'title_postfix' => '',

    /*
    |--------------------------------------------------------------------------
    | Favicon
    |--------------------------------------------------------------------------
    |
    | Here you can activate the favicon.
    |
    | For detailed instructions you can look the favicon section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
    |
    */

    'use_ico_only' => false,
    'use_full_favicon' => true,
    'favicon' => 'favicon-purple.ico',

    /*
    |--------------------------------------------------------------------------
    | Google Fonts
    |--------------------------------------------------------------------------
    |
    | Here you can allow or not the use of external google fonts. Disabling the
    | google fonts may be useful if your admin panel internet access is
    | restricted somehow.
    |
    | For detailed instructions you can look the google fonts section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
    |
    */

    'google_fonts' => [
        'allowed' => true,
    ],

    /*
    |--------------------------------------------------------------------------
    | Admin Panel Logo
    |--------------------------------------------------------------------------
    |
    | Here you can change the logo of your admin panel.
    |
    | For detailed instructions you can look the logo section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
    |
    */

    'logo' => '',
    'logo_img' => 'logo-9-black&purple.png',
    'logo_img_class' => 'brand-image elevation-3', //'brand-image img-circle elevation-3',
    'logo_img_xl' => null,
    'logo_img_xl_class' => 'brand-image-xs',
    'logo_img_alt' => 'OWL CRM Logo',

    /*
    |--------------------------------------------------------------------------
    | Authentication Logo
    |--------------------------------------------------------------------------
    |
    | Here you can setup an alternative logo to use on your login and register
    | screens. When disabled, the admin panel logo will be used instead.
    |
    | For detailed instructions you can look the auth logo section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
    |
    */

    'auth_logo' => [
        'enabled' => false,
        'img' => [
            'path' => 'logo-9-black&purple.png',
            'alt' => 'OWL CRM Logo',
            'class' => '',
            'width' => 50,
            'height' => 50,
        ],
    ],

    /*
    |--------------------------------------------------------------------------
    | Preloader Animation
    |--------------------------------------------------------------------------
    |
    | Here you can change the preloader animation configuration. Currently, two
    | modes are supported: 'fullscreen' for a fullscreen preloader animation
    | and 'cwrapper' to attach the preloader animation into the content-wrapper
    | element and avoid overlapping it with the sidebars and the top navbar.
    |
    | For detailed instructions you can look the preloader section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
    |
    */

    'preloader' => [
        'enabled' => true,
        'mode' => 'fullscreen',
        'img' => [
            'path' => 'favicon-purple.ico',
            'alt' => 'AdminLTE Preloader Image',
            'effect' => 'animation__shake',
            'width' => 60,
            'height' => 60,
        ],
    ],

    /*
    |--------------------------------------------------------------------------
    | User Menu
    |--------------------------------------------------------------------------
    |
    | Here you can activate and change the user menu.
    |
    | For detailed instructions you can look the user menu section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
    |
    */

    'usermenu_enabled' => false,
    'usermenu_header' => true,
    'usermenu_header_class' => 'bg-primary',
    'usermenu_image' => true,
    'usermenu_desc' => false,
    'usermenu_profile_url' => false,

    /*
    |--------------------------------------------------------------------------
    | Layout
    |--------------------------------------------------------------------------
    |
    | Here we change the layout of your admin panel.
    |
    | For detailed instructions you can look the layout section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Layout-and-Styling-Configuration
    |
    */

    'layout_topnav' => null,
    'layout_boxed' => null,
    'layout_fixed_sidebar' => null,
    'layout_fixed_navbar' => null,
    'layout_fixed_footer' => null,
    'layout_dark_mode' => null,

    /*
    |--------------------------------------------------------------------------
    | Authentication Views Classes
    |--------------------------------------------------------------------------
    |
    | Here you can change the look and behavior of the authentication views.
    |
    | For detailed instructions you can look the auth classes section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Layout-and-Styling-Configuration
    |
    */

    'classes_auth_card' => 'card-outline card-primary',
    'classes_auth_header' => '',
    'classes_auth_body' => '',
    'classes_auth_footer' => '',
    'classes_auth_icon' => '',
    'classes_auth_btn' => 'btn-flat btn-primary',

    /*
    |--------------------------------------------------------------------------
    | Admin Panel Classes
    |--------------------------------------------------------------------------
    |
    | Here you can change the look and behavior of the admin panel.
    |
    | For detailed instructions you can look the admin panel classes here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Layout-and-Styling-Configuration
    |
    */

    'classes_body' => '',
    'classes_brand' => '',
    'classes_brand_text' => '',
    'classes_content_wrapper' => '',
    'classes_content_header' => '',
    'classes_content' => '',
    'classes_sidebar' => 'sidebar-dark-primary elevation-4',
    'classes_sidebar_nav' => '',
    'classes_topnav' => 'navbar-white navbar-light',
    'classes_topnav_nav' => 'navbar-expand',
    'classes_topnav_container' => 'container',

    /*
    |--------------------------------------------------------------------------
    | Sidebar
    |--------------------------------------------------------------------------
    |
    | Here we can modify the sidebar of the admin panel.
    |
    | For detailed instructions you can look the sidebar section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Layout-and-Styling-Configuration
    |
    */

    'sidebar_mini' => 'lg',
    'sidebar_collapse' => false,
    'sidebar_collapse_auto_size' => false,
    'sidebar_collapse_remember' => false,
    'sidebar_collapse_remember_no_transition' => true,
    'sidebar_scrollbar_theme' => 'os-theme-light',
    'sidebar_scrollbar_auto_hide' => 'l',
    'sidebar_nav_accordion' => true,
    'sidebar_nav_animation_speed' => 300,

    /*
    |--------------------------------------------------------------------------
    | Control Sidebar (Right Sidebar)
    |--------------------------------------------------------------------------
    |
    | Here we can modify the right sidebar aka control sidebar of the admin panel.
    |
    | For detailed instructions you can look the right sidebar section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Layout-and-Styling-Configuration
    |
    */

    'right_sidebar' => false,
    'right_sidebar_icon' => 'fas fa-cogs',
    'right_sidebar_theme' => 'dark',
    'right_sidebar_slide' => true,
    'right_sidebar_push' => true,
    'right_sidebar_scrollbar_theme' => 'os-theme-light',
    'right_sidebar_scrollbar_auto_hide' => 'l',

    /*
    |--------------------------------------------------------------------------
    | URLs
    |--------------------------------------------------------------------------
    |
    | Here we can modify the url settings of the admin panel.
    |
    | For detailed instructions you can look the urls section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Basic-Configuration
    |
    */

    'use_route_url' => false,
    'dashboard_url' => 'home',
    'logout_url' => 'logout',
    'login_url' => 'login',
    'register_url' => 'register',
    'password_reset_url' => 'password/reset',
    'password_email_url' => 'password/email',
    'profile_url' => false,

    /*
    |--------------------------------------------------------------------------
    | Laravel Mix
    |--------------------------------------------------------------------------
    |
    | Here we can enable the Laravel Mix option for the admin panel.
    |
    | For detailed instructions you can look the laravel mix section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Other-Configuration
    |
    */

    'enabled_laravel_mix' => false,
    'laravel_mix_css_path' => 'css/app.css',
    'laravel_mix_js_path' => 'js/app.js',

    /*
    |--------------------------------------------------------------------------
    | Menu Items
    |--------------------------------------------------------------------------
    |
    | Here we can modify the sidebar/top navigation of the admin panel.
    |
    | For detailed instructions you can look here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Menu-Configuration
    |
    */

    'menu' => [
        // Navbar items:
        [
            'type' => 'navbar-search',
            'text' => 'search',
            'topnav_right' => true,
        ],
        [
            'type' => 'fullscreen-widget',
            'topnav_right' => true,
        ],

        // Sidebar items:
        [
            'type' => 'sidebar-menu-search',
            'text' => 'search',
        ],
        [
            'text' => 'blog',
            'url' => 'admin/blog',
            'can' => 'manage-blog',
            'icon' => 'fas fa-blog',

        ],
        [
            'text' => 'Dashboard',
            'url' => 'dashboard',
            'icon' => 'fas fa-home',
        ],
        [
            'text' => 'Pre Sale',
            'url' => '#',
            'icon' => 'fas fa-chart-bar',
            'submenu' => [
                [
                    'text' => 'Leads',
                    'url' => 'leads',
                    'icon' => 'fas fa-chart-line',
                    'active' => ['leads', 'leads/*'],
                ],
                [
                    'text' => 'Lead Source',
                    'url' => 'leadsource',
                    'icon' => 'fas fa-chart-pie',
                    'active' => ['leadsource', 'leadsource/*'],
                ],
                [
                    'text' => 'Lead Proposal',
                    'url' => 'lead_proposal',
                    'icon' => 'fas fa-file-alt',
                    'active' => ['lead_proposal*'], // <- This keeps it active for all 'lead_proposal' routes
                ],
            ],
        ],
        [
            'text' => 'Post Sales',
            'url' => 'post-sales',
            'icon' => 'fas fa-money-bill',
        ],
        // ['header' => 'User Management'],
        // [
        //     'text' => 'Staff',
        //     'url' => 'admin/staff',
        //     'icon' => 'fas fa-users',
        // ],
        // [
        //     'text' => 'Reminder',
        //     'url' => 'reminder',
        //     'icon' => 'fas fa-bell',
        // ],
        // [
        //     'text' => 'Task',
        //     'url' => 'task',
        //     'icon' => 'fas fa-tasks',
        // ],
        [
            'text' => 'Staff Hub',
            'url' => '#',
            'icon' => 'fas fa-user-circle',
            'submenu' => [
                [
                        'text' => 'Staff',
                       'url' => 'users',
                        'icon' => 'fas fa-users',
                        'active' => ['users*'],
                     ],
                [
                    'text' => 'Reminder',
                    'url' => 'reminder',
                    'icon' => 'fas fa-bell',
                    'active' => ['reminder*'],
                ],
                [
                    'text' => 'Task',
                    'url' => 'task',
                    'icon' => 'fas fa-tasks',
                    'active' => ['task*'],
                ],
                // [
                //     'text' => 'Amenity',
                //     'url' => 'amenities',
                //     'icon' => 'fas fa-concierge-bell',
                // ],
                [
                    'text' => 'Roles',
                    'url' => '/role',
                    'icon' => 'fas fa-user-tag',
                    'active' => ['/role*'],
                ],
                // [
                //     'text' => 'Permissions',
                //     'url' => '/permissions',
                //     'icon' => 'fas fa-user-shield',
        
                // ],
                // [
                //     'text' => 'Permission Group',
                //     'url' => '/modules',
                //     'icon' => 'fas fa-layer-group',
        
                // ],
            ],
        ],
        [
            'text' => 'Enterprise Assets',
            'url' => '#',
            'icon' => 'fas fa-warehouse',
            'submenu' => [
                [
                    'text' => 'Company',
                    'url' => 'company',
                    'icon' => 'fas fa-building',
                    'active' => ['company*'],
                ],
                [
                    'text' => 'Projects',
                    'url' => 'project',
                    'icon' => 'fas fa-project-diagram',
                    'active' => ['project*'],
                ],
                [
                    'text' => 'Property',
                    'url' => 'properties',
                    'icon' => 'fas fa-home',
                    'active' => ['properties*'],
                ],
                [
                    'text' => 'Amenity',
                    'url' => 'amenities',
                    'icon' => 'fas fa-concierge-bell',
                    'active' => ['amenities*'],
                ],
            ],
        ],
        [
            'text' => 'Subscription',
            'url' => '/subscriptions',
            'icon' => 'fa fa-bell',
        ],
        // [
        //     'text' => 'Company',
        //     'url' => 'company',
        //     'icon' => 'fas fa-building',
        // ],
        // [
        //     'text' => 'Projects',
        //     'url' => 'project',
        //     'icon' => 'fas fa-project-diagram',
        // ],
        // [
        //     'text' => 'Property',
        //     'url' => 'properties',
        //     'icon' => 'fas fa-home',
        // ],
        // [
        //     'text' => 'Lead Source',
        //     'url' => 'leadsource',
        //     'icon' => 'fas fa-chart-pie',
        // ],
        // [
        //     'text' => 'Lead Proposal',
        //     'url' => 'lead_proposal',
        //     'icon' => 'fas fa-file-alt',
        // ],
        // [
        //     'text' => 'Invoice',
        //     'url' => 'invoice',
        //     'icon' => 'fas fa-chart-pie',
        // ],
        // [
        //     'text' => 'Prices',
        //     'url' => '#',
        //     'icon' => 'fas fa-dollar-sign',
        //     'submenu' => [
        //         [
        //             'text' => 'Plan',
        //             'url' => 'plan',
        //             'icon' => 'fas fa-clipboard-list',
        //         ],
        //         [
        //             'text' => 'Plan Feature',
        //             'url' => 'planfeature',
        //             'icon' => 'fas fa-list-alt',
        //         ],
        //     ],
        // ],

        // [
        //     'text' => 'Plan',
        //     'url' => 'plan',
        //     'icon' => 'fas fa-clipboard-list',
        // ],
        // [
        //     'text' => 'Plan Feature',
        //     'url' => 'planfeature',
        //     'icon' => 'fas fa-list-alt',
        // ],
        // [
        //     'text' => 'Amenity',
        //     'url' => 'amenities',
        //     'icon' => 'fas fa-concierge-bell',
        // ],
        // ['header' => 'Staff Management'],
        // [
        //     'text' => 'Staffs',
        //     'url' => 'admin/staff',
        //     'icon' => 'fas fa-fw fa-users',

        // ],
        // ['header' => 'Admin Module'],
        // [
        //     'text' => 'Modules',
        //     'url' => 'admin/module',
        //     'icon' => 'fas fa-sitemap',

        // ],

        // ['header' => 'Authorization'],
        // [
        //     'text' => 'Roles',
        //     'url' => 'admin/roles',
        //     'icon' => 'fab fa-hornbill',

        // ],
        // [
        //     'text' => 'Permissions',
        //     'url' => 'admin/permission',
        //     'icon' => 'fab fa-dropbox',

        // ],

        // ['header' => 'User Module'],

        // ['header' => 'User Authorization'],
        // [
        //     'text' => 'Roles',
        //     'url' => '/role',
        //     'icon' => 'fas fa-user-tag',

        // ],
        // [
        //     'text' => 'Permissions',
        //     'url' => '/permissions',
        //     'icon' => 'fas fa-user-shield',

        // ],
        // [
        //     'text' => 'Permission Group',
        //     'url' => '/modules',
        //     'icon' => 'fas fa-layer-group',

        // ],

        //     [
        //         'text' => 'pages',
        //         'url' => 'admin/pages',
        //         'icon' => 'far fa-fw fa-file',
        //         'label' => 4,
        //         'label_color' => 'success',
        //     ],
        //     ['header' => 'account_settings'],
        //     [
        //         'text' => 'profile',
        //         'url' => 'admin/settings',
        //         'icon' => 'fas fa-fw fa-user',
        //     ],
        //     [
        //         'text' => 'change_password',
        //         'url' => 'admin/settings',
        //         'icon' => 'fas fa-fw fa-lock',
        //     ],
        //     [
        //         'text' => 'multilevel',
        //         'icon' => 'fas fa-fw fa-share',
        //         'submenu' => [
        //             [
        //                 'text' => 'level_one',
        //                 'url' => '#',
        //             ],
        //             [
        //                 'text' => 'level_one',
        //                 'url' => '#',
        //                 'submenu' => [
        //                     [
        //                         'text' => 'level_two',
        //                         'url' => '#',
        //                     ],
        //                     [
        //                         'text' => 'level_two',
        //                         'url' => '#',
        //                         'submenu' => [
        //                             [
        //                                 'text' => 'level_three',
        //                                 'url' => '#',
        //                             ],
        //                             [
        //                                 'text' => 'level_three',
        //                                 'url' => '#',
        //                             ],
        //                         ],
        //                     ],
        //                 ],
        //             ],
        //             [
        //                 'text' => 'level_one',
        //                 'url' => '#',
        //             ],
        //         ],
        //     ],
        //     ['header' => 'labels'],
        //     [
        //         'text' => 'important',
        //         'icon_color' => 'red',
        //         'url' => '#',
        //     ],
        //     [
        //         'text' => 'warning',
        //         'icon_color' => 'yellow',
        //         'url' => '#',
        //     ],
        //     [
        //         'text' => 'information',
        //         'icon_color' => 'cyan',
        //         'url' => '#',
        //     ],
    ],

    /*
    |--------------------------------------------------------------------------
    | Menu Filters
    |--------------------------------------------------------------------------
    |
    | Here we can modify the menu filters of the admin panel.
    |
    | For detailed instructions you can look the menu filters section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Menu-Configuration
    |
    */

    'filters' => [
        JeroenNoten\LaravelAdminLte\Menu\Filters\GateFilter::class,
        JeroenNoten\LaravelAdminLte\Menu\Filters\HrefFilter::class,
        JeroenNoten\LaravelAdminLte\Menu\Filters\SearchFilter::class,
        JeroenNoten\LaravelAdminLte\Menu\Filters\ActiveFilter::class,
        JeroenNoten\LaravelAdminLte\Menu\Filters\ClassesFilter::class,
        JeroenNoten\LaravelAdminLte\Menu\Filters\LangFilter::class,
        JeroenNoten\LaravelAdminLte\Menu\Filters\DataFilter::class,
    ],

    /*
    |--------------------------------------------------------------------------
    | Plugins Initialization
    |--------------------------------------------------------------------------
    |
    | Here we can modify the plugins used inside the admin panel.
    |
    | For detailed instructions you can look the plugins section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Plugins-Configuration
    |
    */

    'plugins' => [
        'Datatables' => [
            'active' => true,
            'files' => [
                [
                    'type' => 'js',
                    'asset' => false,
                    'location' => '//cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js',
                ],
                [
                    'type' => 'js',
                    'asset' => false,
                    'location' => '//cdn.datatables.net/1.10.19/js/dataTables.bootstrap4.min.js',
                ],
                [
                    'type' => 'css',
                    'asset' => false,
                    'location' => '//cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css',
                ],
            ],
        ],
        'Select2' => [
            'active' => true,
            'files' => [
                [
                    'type' => 'js',
                    'asset' => true,
                    //'location' => 'https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.min.js',
                    'location' => 'vendor/select2/js/select2.min.js',
                ],
                [
                    'type' => 'css',
                    'asset' => true,
                    //'location' => 'https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css',
                    'location' => 'vendor/select2/css/select2.min.css',
                ],
            ],
        ],
        'Chartjs' => [
            'active' => false,
            'files' => [
                [
                    'type' => 'js',
                    'asset' => false,
                    'location' => '//cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.0/Chart.bundle.min.js',
                ],
            ],
        ],
        'Sweetalert2' => [
            'active' => false,
            'files' => [
                [
                    'type' => 'js',
                    'asset' => false,
                    'location' => '//cdn.jsdelivr.net/npm/sweetalert2@8',
                ],
            ],
        ],
        'Pace' => [
            'active' => false,
            'files' => [
                [
                    'type' => 'css',
                    'asset' => false,
                    'location' => '//cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/themes/blue/pace-theme-center-radar.min.css',
                ],
                [
                    'type' => 'js',
                    'asset' => false,
                    'location' => '//cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js',
                ],
            ],
        ],
    ],

    /*
    |--------------------------------------------------------------------------
    | IFrame
    |--------------------------------------------------------------------------
    |
    | Here we change the IFrame mode configuration. Note these changes will
    | only apply to the view that extends and enable the IFrame mode.
    |
    | For detailed instructions you can look the iframe mode section here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/IFrame-Mode-Configuration
    |
    */

    'iframe' => [
        'default_tab' => [
            'url' => null,
            'title' => null,
        ],
        'buttons' => [
            'close' => true,
            'close_all' => true,
            'close_all_other' => true,
            'scroll_left' => true,
            'scroll_right' => true,
            'fullscreen' => true,
        ],
        'options' => [
            'loading_screen' => 1000,
            'auto_show_new_tab' => true,
            'use_navbar_items' => true,
        ],
    ],

    /*
    |--------------------------------------------------------------------------
    | Livewire
    |--------------------------------------------------------------------------
    |
    | Here we can enable the Livewire support.
    |
    | For detailed instructions you can look the livewire here:
    | https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Other-Configuration
    |
    */

    'livewire' => false,
];