34 lines
		
	
	
		
			743 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			743 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'dropdown' => [
 | 
						|
        [
 | 
						|
            'label' => 'General Info',
 | 
						|
            'route_name' => 'profile',
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            'label' => 'History Payment',
 | 
						|
            'route_name' => 'history-payment.index',
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            'label' => 'History SN Check',
 | 
						|
            'route_name' => 'history-sn-check.index',
 | 
						|
        ],
 | 
						|
    ],
 | 
						|
    'menu' => [
 | 
						|
        [
 | 
						|
            'label' => 'Packages',
 | 
						|
            'route_name' => 'package.index',
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            'label' => 'Contact',
 | 
						|
            'route_name' => 'contact.index',
 | 
						|
        ],
 | 
						|
        [
 | 
						|
            'label' => 'Check SN',
 | 
						|
            'route_name' => 'serial-number-check.index',
 | 
						|
            'auth' => true,
 | 
						|
        ],
 | 
						|
    ]
 | 
						|
];
 |