You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							90 lines
						
					
					
						
							1.9 KiB
						
					
					
				
			
		
		
	
	
							90 lines
						
					
					
						
							1.9 KiB
						
					
					
				<?php
 | 
						|
return [
 | 
						|
    'status' =>[
 | 
						|
        '1'=> 'Active',
 | 
						|
        '2'=> 'DeActive'
 | 
						|
    ],
 | 
						|
    'setting_types'=>[
 | 
						|
        '1'=>'Sentence',
 | 
						|
        '2'=>'Paragraph',
 | 
						|
        '3'=>'Image'
 | 
						|
    ],
 | 
						|
    'blog_types'=>[
 | 
						|
 | 
						|
        '1'=>'Featured',
 | 
						|
        '2'=>'Not Featured',
 | 
						|
        
 | 
						|
    ],
 | 
						|
    'states' =>[
 | 
						|
        '1'=> 'Queensland',
 | 
						|
        '2'=> 'South Australia',
 | 
						|
        '3' => 'Tasmania',
 | 
						|
        '4' => 'Victoria',
 | 
						|
        '5' => 'Western Australia',
 | 
						|
        '6' => 'Northern Territory',
 | 
						|
        '7' => 'Australian Capital Territory',
 | 
						|
        '8' => 'New South Wales'
 | 
						|
        
 | 
						|
    ],
 | 
						|
    'career_areas' => [
 | 
						|
        
 | 
						|
        '1' => 'Support Workers',
 | 
						|
        '2' => 'Support Coordination',
 | 
						|
        '3' => 'Plan Management',
 | 
						|
        '4' => 'Administration and Management'
 | 
						|
    ],
 | 
						|
 | 
						|
    'faqs_types' =>[
 | 
						|
        '1' => 'Service',
 | 
						|
        '2' => 'Academy'
 | 
						|
    ],
 | 
						|
    'image_folders'=>[
 | 
						|
        '1' =>'setting',
 | 
						|
        '2' =>'about_us',
 | 
						|
        '3'=>'service',
 | 
						|
        '4'=>'slider',
 | 
						|
        '5' => 'team',
 | 
						|
        '6' => 'news_and_update',
 | 
						|
        '7'=>'gallery',
 | 
						|
        '8'=>'ndis_plan',
 | 
						|
        '9' => 'testimonial',
 | 
						|
        '10' => 'visa_service',
 | 
						|
        '11'=>'applicant',
 | 
						|
        '12'=>'page'
 | 
						|
 | 
						|
    ],
 | 
						|
    'course_types'=>[
 | 
						|
        '1' =>'Upcoming Courses',
 | 
						|
        '2' =>'Recommended Courses',
 | 
						|
//        '3'=>'Trending Courses',
 | 
						|
    ],
 | 
						|
    'query_types'=>[
 | 
						|
        '1' =>'Contact Us',
 | 
						|
        '2' =>'Quick In Query',
 | 
						|
    ],
 | 
						|
    'ndis_plan'=>[
 | 
						|
        '1' =>'Self Managed',
 | 
						|
        '2' =>'Agency Managed',
 | 
						|
        '3' => 'Plan Managed'
 | 
						|
    ],
 | 
						|
    'contact_us_types'=>[
 | 
						|
        '1' =>'Course',
 | 
						|
        '2' =>'Service',
 | 
						|
    ],
 | 
						|
    'trending_courses'=>[
 | 
						|
        '1' =>'Yes',
 | 
						|
        '2' =>'No',
 | 
						|
    ],
 | 
						|
    'seo_types'=>[
 | 
						|
        '1' =>'Project',
 | 
						|
        '2' =>'Academy',
 | 
						|
        '3'=>'Blog',
 | 
						|
        '4'=>'Contact',
 | 
						|
        '5' => 'Home',
 | 
						|
        '6'=> 'About',
 | 
						|
        '7' => 'Faq'
 | 
						|
    ],
 | 
						|
    'file_dir'=>'storage_new',
 | 
						|
    'domain_suffix' =>'np',
 | 
						|
    'per_page' =>10,
 | 
						|
];
 | 
						|
 |