AcProjectsController::index PHP Метод

index() публичный Метод

Display a listing of the resource.
public index ( ) : Response
Результат Response
    public function index()
    {
        // $this->acProjects = $this->acProjectModel->get();
        return view('ac_projects.index', compact_property($this, 'acProjects'));
    }