uawdijnntqw1x1x1
IP : 216.73.216.93
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
talentorbit.codeskitter.site
/
routes
/
admin_routes
/
country.php
/
/
<?php /* * ****** Country Start ********** */ Route::get('list-countries', array_merge(['uses' => 'Admin\CountryController@indexCountries'], $all_users))->name('list.countries'); Route::get('create-country', array_merge(['uses' => 'Admin\CountryController@createCountry'], $all_users))->name('create.country'); Route::post('store-country', array_merge(['uses' => 'Admin\CountryController@storeCountry'], $all_users))->name('store.country'); Route::get('edit-country/{id}', array_merge(['uses' => 'Admin\CountryController@editCountry'], $all_users))->name('edit.country'); Route::put('update-country/{id}', array_merge(['uses' => 'Admin\CountryController@updateCountry'], $all_users))->name('update.country'); Route::delete('delete-country', array_merge(['uses' => 'Admin\CountryController@deleteCountry'], $all_users))->name('delete.country'); Route::get('fetch-countries', array_merge(['uses' => 'Admin\CountryController@fetchCountriesData'], $all_users))->name('fetch.data.countries'); Route::put('make-active-country', array_merge(['uses' => 'Admin\CountryController@makeActiveCountry'], $all_users))->name('make.active.country'); Route::put('make-not-active-country', array_merge(['uses' => 'Admin\CountryController@makeNotActiveCountry'], $all_users))->name('make.not.active.country'); Route::get('sort-countries', array_merge(['uses' => 'Admin\CountryController@sortCountries'], $all_users))->name('sort.countries'); Route::get('country-sort-data', array_merge(['uses' => 'Admin\CountryController@countrySortData'], $all_users))->name('country.sort.data'); Route::put('country-sort-update', array_merge(['uses' => 'Admin\CountryController@countrySortUpdate'], $all_users))->name('country.sort.update'); /* * ****** End Country ********** */
/home/users/unlimited/www/talentorbit.codeskitter.site/routes/admin_routes/country.php