<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Title
    |--------------------------------------------------------------------------
    |
    | The default title of your admin panel, this goes into the title tag
    | of your page. You can override it per page with the title section.
    | You can optionally also specify a title prefix and/or postfix.
    |
    */

    'title' => 'FFMS',

    'title_prefix' => '',

    'title_postfix' => '',

    /*
    |--------------------------------------------------------------------------
    | Logo
    |--------------------------------------------------------------------------
    |
    | This logo is displayed at the upper left corner of your admin panel.
    | You can use basic HTML here if you want. The logo has also a mini
    | variant, used for the mini side bar. Make it 3 letters or so
    |
    */

    'logo' => '<b>FF</b>MS',

    'logo_mini' => '<b>FF</b>MS',

    /*
    |--------------------------------------------------------------------------
    | Skin Color
    |--------------------------------------------------------------------------
    |
    | Choose a skin color for your admin panel. The available skin colors:
    | blue, black, purple, yellow, red, and green. Each skin also has a
    | ligth variant: blue-light, purple-light, purple-light, etc.
    |
    */

    'skin' => 'purple-light',

    /*
    |--------------------------------------------------------------------------
    | Layout
    |--------------------------------------------------------------------------
    |
    | Choose a layout for your admin panel. The available layout options:
    | null, 'boxed', 'fixed', 'top-nav'. null is the default, top-nav
    | removes the sidebar and places your menu in the top navbar
    |
    */

    'layout' => null,

    /*
    |--------------------------------------------------------------------------
    | Collapse Sidebar
    |--------------------------------------------------------------------------
    |
    | Here we choose and option to be able to start with a collapsed side
    | bar. To adjust your sidebar layout simply set this  either true
    | this is compatible with layouts except top-nav layout option
    |
    */

    'collapse_sidebar' => false,

    /*
    |--------------------------------------------------------------------------
    | URLs
    |--------------------------------------------------------------------------
    |
    | Register here your dashboard, logout, login and register URLs. The
    | logout URL automatically sends a POST request in Laravel 5.3 or higher.
    | You can set the request to a GET or POST with logout_method.
    | Set register_url to null if you don't want a register link.
    |
    */

    'dashboard_url' => 'home',

    'logout_url' => 'logout',

    'logout_method' => null,

    'login_url' => 'login',

    'register_url' => 'register',

    /*
    |--------------------------------------------------------------------------
    | Menu Items
    |--------------------------------------------------------------------------
    |
    | Specify your menu items to display in the left sidebar. Each menu item
    | should have a text and and a URL. You can also specify an icon from
    | Font Awesome. A string instead of an array represents a header in sidebar
    | layout. The 'can' is a filter on Laravel's built in Gate functionality.
    |
    */

    'menu' => [
        'MAIN NAVIGATION',
        [
            'text' => 'Blog',
            'url'  => 'admin/blog',
            'can'  => 'manage-blog',
        ],
        
        [
            'text' => 'Profile',
            'url'  => 'profile',
            'icon' => 'user',
        ],
        [
            'text' => 'Change Password',
            'url'  => 'password_settings',
            'icon' => 'key',
        ],
        
        
        [
            'text'    => 'Inbox',
            'icon'    => 'inbox',
            'submenu' => [
                
                [
            'text' => 'TapalInbox',
            'url'  => 'inbox',

        
        ],

        [
            'text' => 'FileInbox',
            'url'  => 'fileinbox',
        ],
            ],
        ],
           [
            'text'    => 'Outbox',
            'icon'    => 'envelope-square',
            'submenu' => [

             [
            'text' => 'TapalOutbox',
            'url'  => 'outbox',

        
        ],
        [
            'text' => 'FileOutbox',
            'url'  => 'fileoutbox',

        
        ],
        
            ],
        ],
        
      
         [
            'text'    => 'Tapal',
            'icon'    => 'ticket',
            'submenu' => [
                
                [
            'text' => 'Tapal',
            'url'  => 'creation_of_tapal',

        
        ],
       
            ],
        ],


        [
            'text'    => 'File',
            'icon'    => 'folder-open',
            'submenu' => [
                
                [
            'text' => 'File',
            'url'  => 'creation_of_file',

        
        ],
       
            ],
        ],

        [
            'text'    => 'Search',
            'icon'    => 'search',
            'submenu' => [
                
                [
            'text' => 'Search',
            'url'  => 'search',

        
        ],
       
            ],
        ],

        [
            'text'    => 'Functional Parameters',
            'icon'    => 'tasks',
            'submenu' => [
                
        [
            'text' => 'Template Manager',
            'url'  => 'template',
           
        ],
        [
            'text' => 'Priority',
            'url'  => 'priority',
           
        ],
        [
            'text' => 'Subject',
            'url'  => 'subject',
        
        ],
        [
            'text' => 'Subject Group',
            'url'  => 'subject_group',
            
        ],
        [
            'text' => 'Subjectgroup Assigned to Subject',
            'url'  => 'subjectgroup_subject',
            
        ],
        [
            'text' => 'File Group',
            'url'  => 'file_group',
           
        ],
        [
            'text' => 'Action',
            'url'  => 'action',
            
        ],
        [
            'text' => 'Action Subjectgroup',
            'url'  => 'action_subjectgroup',
           
        ],
       
            ],
        ],


          [
            'text'    => 'User Administration',
            'icon'    => 'id-card-o',
            'submenu' => [
                 [
                    'text' => 'User Register',
                    'url'  => 'user',
                ],

                [
                    'text' => 'Office',
                    'url'  => 'office',
                ],
                
                [
                    'text' => 'Department',
                    'url'  => 'department',
                ],
                [
                    'text' => 'Sections',
                    'url'  => 'section',
                ],
                [
                    'text' => 'Seat',
                    'url'  => 'seat',
                ],
                [
                    'text' => 'Role',
                    'url'  => 'role',
                ],
                [
                    'text' => 'Permission',
                    'url'  => 'permission',
                ],
                [
            'text' => 'Permission Assigned To Role',
            'url'  => 'role_permission',
        ],
        [
            'text' => 'Permission Assigned To Seat',
            'url'  => 'seat_permission',
        ],
        [
            'text' => 'Role Assigned To Seat',
            'url'  => 'seat_role',
        ],
        [
            'text' => 'Seat Assigned To User',
            'url'  => 'user_seat',
        ],
            ],
        ],




        
    ],

    /*
    |--------------------------------------------------------------------------
    | Menu Filters
    |--------------------------------------------------------------------------
    |
    | Choose what filters you want to include for rendering the menu.
    | You can add your own filters to this array after you've created them.
    | You can comment out the GateFilter if you don't want to use Laravel's
    | built in Gate functionality
    |
    */

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

    /*
    |--------------------------------------------------------------------------
    | Plugins Initialization
    |--------------------------------------------------------------------------
    |
    | Choose which JavaScript plugins should be included. At this moment,
    | only DataTables is supported as a plugin. Set the value to true
    | to include the JavaScript file from a CDN via a script tag.
    |
    */

    'plugins' => [
        'datatables' => true,
        'select2'    => true,
        'chartjs'    => true,
    ],
];













          /*         [
                    'text'    => 'Level One',
                    'url'     => '#',
                    'submenu' => [
                        [
                            'text' => 'Level Two',
                            'url'  => '#',
                        ],
                        [
                            'text'    => 'Level Two',
                            'url'     => '#',
                            'submenu' => [
                                [
                                    'text' => 'Level Three',
                                    'url'  => '#',
                                ],
                                [
                                    'text' => 'Level Three',
                                    'url'  => '#',
                                ],
                            ],
                        ],
                    ],
                ],*/
