platformContent = $platformContent; } public function index($request) { $this->platformContent = $this->platformContent ->orderBy('id', 'desc')->get(); return $this->platformContent; } }